Click or drag to resize
MimeKit

IMessagePartial Properties

The IMessagePartial 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 propertyHeaders Get the list of headers.
(Inherited from IMimeEntity)
Public propertyId Get the "id" parameter of the Content-Type header.
Public propertyIsAttachment Get a value indicating whether this entity is an attachment.
(Inherited from IMimeEntity)
Public propertyNumber Get the "number" parameter of the Content-Type header.
Public propertyTotal Get the "total" parameter of the Content-Type header.
Top
See Also