ImapBodyStructure Properties

The ImapBodyStructure type exposes the following members.

Properties
  NameDescription
Public propertyBodyParams
Gets the name-value list of body parameters.
Public propertyCharset
Gets the charset of the MIME part.
Public propertyContentID
Gets the Content-ID value of the MIME part.
Public propertyContentType
Gets the content-type of the MIME part.
Public propertyDescription
Gets the description of the MIME part.
Public propertyDisposition
Gets the disposition (attachment or inline) of the MIME part.
Public propertyDispositionParams
Gets the name-value list of disposition parameters.
Public propertyEncapsulatedBodyStructure
Gets the body structure of the attached mail message.
Public propertyEncapsulatedEnvelope
Gets the envelope information of the attached mail message.
Public propertyFilename
Gets the filename of the MIME part.
Public propertyIsMultipart
Indicates if the MIME part is multipart.
Public propertyLanguage
Get the language of the MIME part body.
Public propertyLocation
Gets the body content URI of the MIME part.
Public propertyMailEncodingName
Get the name of content transfer encoding the MIME part body is encoded to.
Public propertyPartID
Gets the IMAP4 identifier of this MIME part.
Public propertySafeFilename
Gets the filename of the MIME part, safe for saving to the filesystem under that name.
Public propertySize
Gets the length of encoded body of the MIME part.
Public propertySubParts
Gets the collection of nested parts of the multipart MIME part.
Public propertyTextLineCount
Gets the count of text lines of the MIME part of text type.
Top
See Also