Click or drag to resize
MimeKit

BodyPartText Properties

The BodyPartText type exposes the following members.

Properties
 NameDescription
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 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 propertyIsHtml Gets whether or not this text part contains HTML.
Public propertyIsPlain Gets whether or not this text part contains plain text.
Public propertyLines Gets the length of the text, 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