Click or drag to resize
MimeKit

MimeEntityHeaders 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 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