Limilabs.Mail.Headers Namespace |
Class | Description | |
---|---|---|
ContentIdHelper |
Contains helper methods for content-id operations.
| |
ContentType |
Represents content type of the message (E.g. "text/plain").
You can use static fields of this class such as: TextPlain, ApplicationPdf or ImageJpeg.
| |
DispositonActionMode |
Specifies if the disposition described by the disposition type was a result of an manual or automatic action.
You can use static fields of this class: ManualAction, AutomaticAction.
| |
DispositonSendingMode |
Specifies if the Message Delivery Notification (MDN) was sent manually or automatically.
You can use static fields of this class: SentManually, SentAutomatically.
| |
DispositonType | ||
DSNAction | ||
ExtendedDomain | ||
HeaderCollection |
Represents collection of all MIME headers.
| |
HeaderDecoder |
Implements 'Base64' and 'Quoted-Printable' header decoding (RFC 2047), removes comments and replaces escape sequences.
| |
HeaderEncoder |
Implements 'Base64' and 'Quoted-Printable' header encoding (RFC 2047).
| |
HeaderEncoderConfig |
Represents HeaderEncoder configuration.
| |
ListID |
Represents list id.
| |
MailAddress |
Represents base class for email addresses.
You can use MailBox to represent single mailbox, or MailGroup to represent a group of email addresses.
Consider using GetMailboxes method to extract MailBox(es) represented by this email address.
You can use MailAddressParser class to parse raw string into its object representation.
| |
MailAddressParser | ||
MailBox |
Represents mailbox that consists of email address and display name.
| |
MailGroup | ||
MimeDisposition |
Represents type of action which mail user agent should take to present the specified data to the user.
(RFC 2183)
You can use static fields of this class: Inline, Attachment.
| |
MimeEncoding | ||
MimeImportance | ||
MimePriority | ||
MimeReportType |
Represents report type.
You can use static fields of this class: DeliveryStatus, DispositionNotification.
| |
MimeSensitivity |
Sensitivity of email message.
You can use static fields of this class e.g. Personal, Private, CompanyConfidential.
| |
MimeSubtype |
Represents content's subtype (RFC 2045).
| |
MimeType |
Represents content's type (RFC 2045).
| |
ReceivedEntry |
Represents single 'received' header of the email.
|
Interface | Description | |
---|---|---|
IContentDisposition |
Content-Disposition header interface.
| |
IContentTypeHeader |
Represents 'Content-type' header.
You can use this class to add additional options to content-type header
|
Enumeration | Description | |
---|---|---|
AddressComparisionMode |
Represents address comparision mode.
| |
AddressHeaderRenderMode |
Represent address header rendering mode.
This constant is primarly used to define how BCC headers is rendered.
| |
HeaderEncoding |
Header encoding format.
| |
HeaderRenderMode |
Represents MIME entity header render mode.
|