Click or drag to resize
MimeKit

HeaderSetReferences Field

A set of headers that only includes the References header.

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

Field Value

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