Headers namespace.
Classes
| Class | Description | |
|---|---|---|
| ContentIdHelper |
Contains helper methods for content-id operations.
| |
| ContentType |
Represents content type of the message (E.g. "text/plain").
| |
| HeaderCollection |
Collection of mime headers, and listeners.
| |
| HeaderDecoder |
Implements 'Base64' and 'Quoted-Printable' header string dencoding (RFC 2047), removes comments and replacing escape sequences.
| |
| HeaderEncoder |
Implements 'Base64' and 'Quoted-Printable' header string encoding (RFC 2047),
removes comments and replacing escape sequences.
| |
| MailAddress | ||
| MailBox |
Represents mailbox with email address and display name.
| |
| MailGroup |
Represents mail address group.
| |
| ReceivedEntry |
Represents single 'received' header of the email.
|
Interfaces
| 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
|