Click or drag to resize
MimeKit

ITextPart Properties

The ITextPart type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleContent Get or set the MIME content.
(Inherited from IMimePart)
Public propertyContentBase Get or set the base content URI.
(Inherited from IMimeEntity)
Public propertyContentDescription Get or set the description of the content if available.
(Inherited from IMimePart)
Public propertyContentDisposition Get or set the content disposition.
(Inherited from IMimeEntity)
Public propertyContentDuration Get or set the duration of the content if available.
(Inherited from IMimePart)
Public propertyContentId Get or set the Content-Id.
(Inherited from IMimeEntity)
Public propertyContentLocation Get or set the content location.
(Inherited from IMimeEntity)
Public propertyContentMd5 Get or set the md5sum of the content.
(Inherited from IMimePart)
Public propertyContentTransferEncoding Get or set the content transfer encoding.
(Inherited from IMimePart)
Public propertyContentType Get the type of the content.
(Inherited from IMimeEntity)
Public propertyCode exampleFileName Get or set the name of the file.
(Inherited from IMimePart)
Public propertyFormat Get the text format of the content.
Public propertyHeaders Get the list of headers.
(Inherited from IMimeEntity)
Public propertyIsAttachment Get a value indicating whether this entity is an attachment.
(Inherited from IMimeEntity)
Public propertyIsEnriched Get whether or not this text part contains enriched text.
Public propertyCode exampleIsFlowed Get whether or not this text part contains flowed text.
Public propertyCode exampleIsHtml Get whether or not this text part contains HTML.
Public propertyIsPlain Get whether or not this text part contains plain text.
Public propertyIsRichText Get whether or not this text part contains RTF.
Public propertyText Get the decoded text content.
Top
See Also