Click or drag to resize
MimeKit

FetchRequestHeaders Property

Get the set of headers that will be fetched.

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

Property Value

HeaderSet
The set of headers to be fetched.

Implements

IFetchRequestHeaders
Remarks
Gets the set of headers that will be fetched.
See Also