BodyStructure Properties |
The BodyStructure type exposes the following members.
Name | Description | |
---|---|---|
Alternatives |
Gets the list of alternative elements in this email message.
You can use GetDataByUID(MimeStructure) or GetDataByNumber(MimeStructure) to get the part's content.
| |
Appointments |
Gets the list of all structures representing appointments in this email message.
| |
Attachments |
Gets the list of all attachments in this email message.
Including Alternatives, Visuals and NonVisuals.
You can use GetDataByUID(MimeStructure) or GetDataByNumber(MimeStructure) to get the part's content.
| |
Html |
Gets the object representing 'text/html' body of this email message. May be null if no HTML data is present.
You can use GetTextByUID(MimeTextStructure) or GetTextByNumber(MimeTextStructure) to get the part's content.
| |
MessageNumber |
Gets message number assigned by an IMAP server.
| |
NonVisuals |
Gets the list of all non visual elements in this email message.
E.g. Attached data files.
You can use GetDataByUID(MimeStructure) or GetDataByNumber(MimeStructure) to get the part's content.
| |
Rtf |
Gets the object representing 'text/rtf' or 'application/rtf' body of this email message. May be null if no RTF data is present.
You can use GetTextByUID(MimeTextStructure) or GetTextByNumber(MimeTextStructure) to get the part's content.
| |
Text |
Gets the object representing 'text/plain' body of this email message. May be null if no text/plain data is present.
You can use GetTextByUID(MimeTextStructure) or GetTextByNumber(MimeTextStructure) to get the part's content.
| |
UID |
Gets UID of this message assigned by an IMAP server.
| |
VCards |
Gets the list of all structures representing vCards in this email message.
| |
Visuals |
Gets the list of all visual elements in this email message.
E.g. Images embedded inside HTML email.
You can use GetDataByUID(MimeStructure) or GetDataByNumber(MimeStructure) to get the part's content.
|