Click or drag to resize
MimeKit

HeaderSetAll Field

A set of headers that only includes all headers.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static readonly HeaderSet All

Field Value

HeaderSet
Remarks
When used with a IFetchRequest, this pre-computed set of headers can be used to fetch the entire list of headers for a message.
See Also