Click or drag to resize
MimeKit

MessageSummaryHeaders Property

Gets the list of headers, if available.

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

Property Value

HeaderList
The list of headers.

Implements

IMessageSummaryHeaders
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