| IMessageSummaryReferences Property |
Gets the message-ids that the message references, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax MessageIdList References { get; }
Property Value
MessageIdListThe 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