Click or drag to resize
MimeKit

BodyPartBasic Properties

The BodyPartBasic type exposes the following members.

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