Click or drag to resize
MimeKit

MessageSummaryReferences Property

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

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

Property Value

MessageIdList
The references.

Implements

IMessageSummaryReferences
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