Body |
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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |