Click or drag to resize

MimeAlternative Properties

The MimeAlternative type exposes the following members.

Properties
  NameDescription
Public propertyBoundary
Boundary delimiter. String which is separating parts of the multipart entity. Without additional '--' at the beginning. E.g. '=_NextPart_000_0020_01C36F64.F2562350'.
(Inherited from MimeMultipart.)
Public propertyContentDisposition
'Content-Disposition' of the data. This object provides information on what you should do with the data.
(Inherited from MimeBase.)
Public propertyContentId
Content-ID of this entity. Without enclosing '<' and '>'. You can use ContentIdHelper to extract content id from cid url.
(Inherited from MimeBase.)
Public propertyContentLocation
Content location of this mime entity.
(Inherited from MimeBase.)
Public propertyContentType
Content type of the body.
(Inherited from MimeBase.)
Public propertyContentTypeHeader
Represents 'Content-type' header. You can use this class to add additional options to content-type header. Use ContentType to get or set content-type only.
(Inherited from MimeBase.)
Public propertyEpilogue
Gets or sets MIME multipart preamble. By default this value is an empty string.
(Inherited from MimeMultipart.)
Public propertyHasContentType
Gets boolean value indicating, if content-type is explicitly set on this entity.
(Inherited from MimeBase.)
Public propertyHeaders
MIME headers collection.
(Inherited from MimeBase.)
Public propertyParts
Parts of the entity. MIME parts inside multipart entity are separated by Boundary delimiter.
(Inherited from MimeMultipart.)
Public propertyPreamble
Gets or sets MIME multipart preamble. By default this value is null.
(Inherited from MimeMultipart.)
Top
See Also