Click or drag to resize

BodyStructure Properties

The BodyStructure type exposes the following members.

Properties
  NameDescription
Public propertyAlternatives
Gets the list of alternative elements in this email message. You can use GetDataByUID(MimeStructure) or GetDataByNumber(MimeStructure) to get the part's content.
Public propertyAppointments
Gets the list of all structures representing appointments in this email message.
Public propertyAttachments
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.
Public propertyHtml
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.
Public propertyMessageNumber
Gets message number assigned by an IMAP server.
Public propertyNonVisuals
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.
Public propertyRtf
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.
Public propertyText
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.
Public propertyUID
Gets UID of this message assigned by an IMAP server.
Public propertyVCards
Gets the list of all structures representing vCards in this email message.
Public propertyVisuals
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.
Top
See Also