 | MimeEntityHeaders Property |
Gets the list of headers.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic HeaderList Headers { get; }
Property Value
Type:
HeaderListThe 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