Click or drag to resize
MimeKit

BodyPartMessage Properties

The BodyPartMessage type exposes the following members.

Properties
 NameDescription
Public propertyBody Gets the body structure of the message.
Public propertyContentDescription Gets the Content-Description of the body part, if available.
(Inherited from BodyPartBasic)
Public propertyContentDisposition Gets the Content-Disposition of the body part, if available.
(Inherited from BodyPartBasic)
Public propertyContentId Gets the Content-Id of the body part, if available.
(Inherited from BodyPartBasic)
Public propertyContentLanguage Gets the Content-Language of the body part, if available.
(Inherited from BodyPartBasic)
Public propertyContentLocation Gets the Content-Location of the body part, if available.
(Inherited from BodyPartBasic)
Public propertyContentMd5 Gets the MD5 hash of the content, if available.
(Inherited from BodyPartBasic)
Public propertyContentTransferEncoding Gets the Content-Transfer-Encoding of the body part.
(Inherited from BodyPartBasic)
Public propertyContentType Gets the Content-Type of the body part.
(Inherited from BodyPart)
Public propertyEnvelope Gets the envelope of the message, if available.
Public propertyFileName Get the name of the file.
(Inherited from BodyPartBasic)
Public propertyIsAttachment Determines whether or not the body part is an attachment.
(Inherited from BodyPartBasic)
Public propertyLines Gets the length of the message, in lines.
Public propertyOctets Gets the size of the body part, in bytes.
(Inherited from BodyPartBasic)
Public propertyCode examplePartSpecifier Gets the part specifier.
(Inherited from BodyPart)
Top
See Also