Platforms to show: All Mac Windows Linux Cross-Platform

Back to MimeEmailMBS class.

MimeEmailMBS.AttachmentsVariant as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The array of attachments.

This property is only to see array in debugger.
(Read only property)

MimeEmailMBS.Date as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property EmailParser MBS CURL Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Queries the sent date of the email.

Can be undefined and return nil.
The plugin looks in email headers for a Date: header and parses the date.
The returned date is normalized to current time zone.
(Read only property)

MimeEmailMBS.HTMLText as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The html text of the email.
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.eml")
dim m as new MimeEmailMBS(f)

MsgBox m.HTMLText

Decoded for your convenience.
You may want to use ReplaceLineEndings to make sure the line endings are what you need them to be.
(Read only property)

MimeEmailMBS.InlinesVariant as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The array of inline items.

Inline items are like attachments, but shown in the email and normally referenced by ID from the html text.
This property is only to see array in debugger.
(Read only property)

MimeEmailMBS.PlainText as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The plain text of the email.
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.eml")
dim m as new MimeEmailMBS(f)

MsgBox m.PlainText

Decoded for your convenience.
You may want to use ReplaceLineEndings to make sure the line endings are what you need them to be.
(Read only property)

MimeEmailMBS.ReceivedDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property EmailParser MBS CURL Plugin 16.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Queries the receive date of the email.

Can be undefined and return nil.
The plugin looks in email headers for a Receive: header and parses the date.
The returned date is normalized to current time zone.
(Read only property)

MimeEmailMBS.Source as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property EmailParser MBS CURL Plugin 15.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The source code of the email parsed.

(Read only property)

MimeEmailMBS.Subject as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The decoded subject line of the email.

(Read only property)

The items on this page are in the following plugins: MBS CURL Plugin.


The biggest plugin in space...