| HeaderSetReferences Field |
A set of headers that only includes the References header.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static readonly HeaderSet References
Field Value
HeaderSetRemarks
When used with a
IFetchRequest, this pre-computed set of headers can be used
to fetch the
References header for a message. Generally, this should be used in
combination with
Envelope in order to have all of the
information needed to thread messages using the
References
threading algorithm.
See Also