 | MimeMessageReferences Property |
Get the list of references to other messages.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 2.10.0
Syntaxpublic MessageIdList References { get; }
Property Value
Type:
MessageIdListThe references.
Remarks
The References header contains a chain of Message-Ids back to the
original message that started the thread.
See Also