Click or drag to resize
MimeKit

IMimeMessageReferences Property

Get the list of references to other messages.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
MessageIdList References { get; }

Property Value

MessageIdList
The references.
Remarks
The References header contains a chain of Message-Ids back to the original message that started the thread.
See Also