| HeaderSetEnvelope Field |
A set of headers that only includes the standard envelope headers.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static readonly HeaderSet Envelope
Field Value
HeaderSetRemarks
When used with a
IFetchRequest, this pre-computed set of headers can be used
to fetch the standard envelope headers for a message.
See Also