Click or drag to resize
MimeKit

IFetchRequestHeaders Property

Get the set of headers that will be fetched.

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

Property Value

HeaderSet
The set of headers to be fetched.
Remarks
Gets the set of headers that will be fetched.
See Also