Click or drag to resize
MimeKit

MessageSummaryUniqueId Property

Gets the unique identifier of the message, if available.

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

Property Value

UniqueId
The uid of the message.

Implements

IMessageSummaryUniqueId
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