Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to MimeAttachmentMBS class.
MimeAttachmentMBS.Body as MimeBodyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The StringValue of the body has the attachment's encoded data.
(Read only property)
MimeAttachmentMBS.ContentDescription as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
MimeAttachmentMBS.ContentDisposition as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
e.g. inline; filename="agb.pdf"
(Read only property)
MimeAttachmentMBS.contentId as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
e.g. c1441531740.48804.1@MacbookPro-Christian.local
(Read only property)
MimeAttachmentMBS.ContentTransferEncoding as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
e.g. base64
(Read only property)
MimeAttachmentMBS.ContentType as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
e.g. text/plain, charset=utf-8 or application/pdf; name="agb.pdf"
(Read only property)
MimeAttachmentMBS.Data as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Decoded for your convenience.
(Read only property)
MimeAttachmentMBS.Filename as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The class pulls this from various header fields and decodes it if necessary.
The file name may contain invalid characters for your platform.
Like double colons for OS X or backslash for Windows.
(Read only property)
MimeAttachmentMBS.Header as MimeHeaderMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
MimeAttachmentMBS.MimeType as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
e.g. "application/pdf" for a PDF file
See also MimeTypeToFileExtensionMBS function.
(Read only property)
MimeAttachmentMBS.MimeVersion as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
e.g. "1.0"
(Read only property)
The items on this page are in the following plugins: MBS CURL Plugin.