Click or drag to resize
MimeKit

HeaderSetEnvelope Field

A set of headers that only includes the standard envelope headers.

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

Field Value

HeaderSet
Remarks
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