Header constants namespace.
Classes
| Class | Description | |
|---|---|---|
| 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 | ||
| MimeDisposition |
Types of actions which mail user agent should take to present the specified data to the user.
It simply says what you should do with the data. (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).
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| HeaderEncoding |
Header encoding format.
|