Click or drag to resize
MimeKit

IMimeMessageHeaders Property

Get the list of headers.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
HeaderList Headers { get; }

Property Value

HeaderList
The list of headers.
Remarks

Represents the list of headers for a message. Typically, the headers of a message will contain transmission headers such as From and To along with metadata headers such as Subject and Date, but may include just about anything.

Tip  Tip
To access any MIME headers such as ContentType, ContentDisposition, ContentTransferEncoding or any other Content-* header, you will need to access the Headers property of the Body.
See Also