Click or drag to resize
MimeKit

MimeMessageReferences Property

Get the list of references to other messages.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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