Header constants namespace.

Classes

  ClassDescription
Public classDispositonActionMode
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.
Public classDispositonSendingMode
Specifies if the Message Delivery Notification (MDN) was sent manually or automatically. You can use static fields of this class: SentManually, SentAutomatically.
Public classDispositonType
Describes disposition type of the message. You can use static fields of this class: Displayed, Deleted.
Public classDSNAction
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.
Public classMimeDisposition
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.
Public classMimeEncoding
Mime encoding format. You can use static fields of this class: Bit7, Bit8, QuotedPrintable, Base64.
Public classMimeImportance
Importance of email message. You can use static fields of this class: High, Normal, Low.
Public classMimePriority
Priority of email message. You can use static fields of this class: Urgent, Normal, NonUrgent.
Public classMimeReportType
Represents report type. You can use static fields of this class: DeliveryStatus, DispositionNotification.
Public classMimeSensitivity
Sensitivity of email message. You can use static fields of this class e.g. Personal, Private, CompanyConfidential.
Public classMimeSubtype
Represents content's subtype (RFC 2045).
Public classMimeType
Represents content's type (RFC 2045).

Enumerations

  EnumerationDescription
Public enumerationHeaderEncoding
Header encoding format.