Click or drag to resize
MimeKit

MimeMessageHeaders Property

Get the list of headers.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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 other than MimeVersion, you will need to access the Headers property of the Body.
See Also