Headers namespace.
Syntax
| C# |
|---|
namespace Lesnikowski.Mail.Headers |
| Visual Basic (Declaration) |
|---|
Namespace Lesnikowski.Mail.Headers |
| Visual C++ |
|---|
namespace Lesnikowski.Mail.Headers |
Classes
| Class | Description | |
|---|---|---|
| ContentIdHeaderHelper |
Contains helper methods for content-id operations.
| |
| ContentType |
Class specifing content type.
| |
| 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.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IContentDisposition |
Content-Disposition header interface.
| |
| IHeader |
Interface that all header listeners must implement.
| |
| IMailBoxList |
MailBox list interface.
|