Click or drag to resize
MimeKit

MessageEventArgsUniqueId Property

Gets the unique ID of the message that changed, if available.

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

Property Value

NullableUniqueId
The unique ID of the message.
Remarks
Gets the unique ID of the message that changed, if available.
See Also