Click or drag to resize
MimeKit

IMultipartAlternative Properties

The IMultipartAlternative type exposes the following members.

Properties
 NameDescription
Public propertyBoundary Get or set the boundary.
(Inherited from IMultipart)
Public propertyContentBase Get or set the base content URI.
(Inherited from IMimeEntity)
Public propertyContentDisposition Get or set the content disposition.
(Inherited from IMimeEntity)
Public propertyContentId Get or set the Content-Id.
(Inherited from IMimeEntity)
Public propertyContentLocation Get or set the content location.
(Inherited from IMimeEntity)
Public propertyContentType Get the type of the content.
(Inherited from IMimeEntity)
Public propertyCount
(Inherited from ICollectionMimeEntity)
Public propertyEpilogue Get or set the epilogue.
(Inherited from IMultipart)
Public propertyHeaders Get the list of headers.
(Inherited from IMimeEntity)
Public propertyHtmlBody Get the HTML-formatted text of the text/html alternative.
Public propertyIsAttachment Get a value indicating whether this entity is an attachment.
(Inherited from IMimeEntity)
Public propertyIsReadOnly
(Inherited from ICollectionMimeEntity)
Public propertyItem
(Inherited from IListMimeEntity)
Public propertyPreamble Get or set the preamble.
(Inherited from IMultipart)
Public propertyTextBody Get the text of the text/plain alternative.
Top
See Also