Platforms to show: All Mac Windows Linux Cross-Platform
MimeHeaderMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 16 properties
- property bcc as MimeAddressListMBS
- property cc as MimeAddressListMBS
- property ContentDescription as String
- property ContentDisposition as String
- property contentId as String
- property ContentTransferEncoding as String
- property ContentTransferEncodingMechanism as String
- property ContentType as String
- property from as MimeMailboxListMBS
- property messageid as String
- property MimeVersion as String
- property replyto as MimeAddressListMBS
- property sender as MimeMailboxMBS
- property subject as String
- property subjectDecoded as String
- property too as MimeAddressListMBS
- 5 methods
- method Constructor Private
- method FieldByName(name as string) as MimeFieldMBS
- method Fields as MimeFieldMBS()
- method Fields(index as Integer) as MimeFieldMBS
- method hasField(name as string) as boolean
This class has no sub classes.
Blog Entries
Xojo Developer Magazine
Release notes
- Version 25.0
- Fixed a memory leak in FieldByName function in MimeHeaderMBS class.
Some properties using for this class:
- MimeAttachmentMBS.Header as MimeHeaderMBS
- MimeEntityMBS.Header as MimeHeaderMBS
Some examples using this class:
Some related classes:
- class MimeAddressListMBS
- class MimeAttachmentMBS
- class MimeEntityMBS
- class MimeFieldMBS
- class MimeMailboxListMBS
- class MimeMailboxMBS
The items on this page are in the following plugins: MBS CURL Plugin.
MimeGroupMBS - MimeMailboxListMBS