| | 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 |
Describes disposition type of the message (RFC 2298, RFC 3798)
You can use static fields of this class: Displayed, Deleted.
|
 | DSNAction |
Indicates the action performed by the Reporting-MTA as a result of its attempt to deliver the message.
You can use static fields of this class: Failed, Delayed, Delivered, Relayed, Expanded.
|
 | ExtendedDomain |
Represents extended domain information.
Used to describe From and By parts of Received headers.
|
 | 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 |
Email address parser.
It can be used to parse raw strings and create its MailBox or MailGroup representation.
|
 | MailBox |
Represents mailbox that consists of email address and display name.
|
 | MailGroup |
Represents mail address group that consists of a Name and Addresses list.
|
 | 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 |
Mime encoding format.
You can use static fields of this class: Bit7, Bit8, QuotedPrintable, Base64.
|
 | MimeImportance |
Importance of email message.
You can use static fields of this class: High, Normal, Low.
|
 | MimePriority |
Priority of email message.
You can use static fields of this class: Urgent, Normal, NonUrgent.
|
 | 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.
|