Click or drag to resize
MimeKit

Multipart Properties

The Multipart type exposes the following members.

Properties
 NameDescription
Public propertyBoundary Get or set the boundary.
Public propertyContentBase Get or set the base content URI.
(Inherited from MimeEntity)
Public propertyContentDisposition Get or set the content disposition.
(Inherited from MimeEntity)
Public propertyContentId Get or set the Content-Id.
(Inherited from MimeEntity)
Public propertyContentLocation Get or set the content location.
(Inherited from MimeEntity)
Public propertyContentType Get the type of the content.
(Inherited from MimeEntity)
Public propertyCount Get the number of parts in the multipart.
Public propertyEpilogue Get or set the epilogue.
Public propertyHeaders Get the list of headers.
(Inherited from MimeEntity)
Public propertyIsAttachment Get a value indicating whether this MimePart is an attachment.
(Inherited from MimeEntity)
Public propertyIsReadOnly Get a value indicating whether this instance is read only.
Public propertyItem Get or set the MimeEntity at the specified index.
Public propertyPreamble Get or set the preamble.
Top
See Also