| IMessageSummaryUniqueId Property |
Gets the unique identifier of the message, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax UniqueId UniqueId { get; }
Property Value
UniqueIdThe uid of the message.
Remarks Gets the unique identifier of the message, if available.
This property will only be set if the
UniqueId flag is passed to
one of the Fetch
or FetchAsync
methods.
See Also