Click or drag to resize
MimeKit

IMimePart Properties

The IMimePart type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleContent Get or set the MIME content.
Public propertyContentBase Get or set the base content URI.
(Inherited from IMimeEntity)
Public propertyContentDescription Get or set the description of the content if available.
Public propertyContentDisposition Get or set the content disposition.
(Inherited from IMimeEntity)
Public propertyContentDuration Get or set the duration of the content if available.
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.
Public propertyContentTransferEncoding Get or set the content transfer encoding.
Public propertyContentType Get the type of the content.
(Inherited from IMimeEntity)
Public propertyCode exampleFileName Get or set the name of the file.
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)
Top
See Also