Click or drag to resize
MimeKit

IMessageSummaryReferences Property

Gets the message-ids that the message references, if available.

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

Property Value

MessageIdList
The references.
Remarks

Gets the message-ids that the message references, if available.

This property will only be set if the References flag is passed to one of the Fetch or FetchAsync methods.

See Also