MimeDigest Class |
Namespace: Limilabs.Mail.MIME
The MimeDigest type exposes the following members.
Name | Description | |
---|---|---|
Boundary |
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.) | |
ContentDisposition |
'Content-Disposition' of the data.
This object provides information on what you should do with the data.
(Inherited from MimeBase.) | |
ContentId |
Content-ID of this entity. Without enclosing '<' and '>'.
You can use ContentIdHelper to extract content id from cid url.
(Inherited from MimeBase.) | |
ContentLocation |
Content location of this mime entity.
(Inherited from MimeBase.) | |
ContentType |
Content type of the body.
(Inherited from MimeBase.) | |
ContentTypeHeader |
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.) | |
Epilogue |
Gets or sets MIME multipart preamble. By default this value is an empty string.
(Inherited from MimeMultipart.) | |
HasContentType |
Gets boolean value indicating, if content-type is explicitly set on this entity.
(Inherited from MimeBase.) | |
Headers |
MIME headers collection.
(Inherited from MimeBase.) | |
Parts |
Parts of the entity.
MIME parts inside multipart entity are separated by Boundary delimiter.
(Inherited from MimeMultipart.) | |
Preamble |
Gets or sets MIME multipart preamble. By default this value is null.
(Inherited from MimeMultipart.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
EstimateTransportSize |
Gets the estimated transport size of this MIME entity.
(Inherited from MimeMultipart.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMail |
Creates new IMail object from specified part in Parts collection.
If ContentType for specified part is different than MessageRfc822 returns null.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Render |
Renders this MIME object.
(Inherited from MimeBase.) | |
ToString |
Returns content-type of this MIME object.
(Inherited from MimeBase.) |