Click or drag to resize
MimeKit

IMimeEntityHeaders 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 MIME part. Typically, the headers of a MIME part will be various Content-* headers such as Content-Type or Content-Disposition, but may include just about anything.
See Also