Headers namespace.
Classes
| Class | Description | |
|---|---|---|
| ContentIdHeaderHelper |
Contains helper methods for content-id operations.
| |
| ContentType |
Represents content type of the message (E.g. "text/plain").
| |
| HeaderCoding |
Implements 'Base64' and 'Quoted-Printable' header string coding (RFC 2047),
removing comments and replacing escape sequences.
| |
| HeaderCollection |
Collection of mime headers, and listeners.
| |
| MailBox |
Simple mail box with address and name.
| |
| 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
| |
| IMailBoxList |
Represents collection of MailBox objects.
| |
| IReceivedHeader |
Representes "received" headers collection extracted from the email message.
|