Click or drag to resize
MimeKit

IMessageSummaryHeaders Property

Gets the list of headers, if available.

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

Property Value

HeaderList
The list of headers.
Remarks

Gets the list of headers, if available.

This property will only be set if the IFetchRequest used with Fetch or FetchAsync has the Headers flag set on Items or if the Headers list is non-empty.

See Also