Click or drag to resize
MimeKit

MessagesVanishedEventArgsUniqueIds Property

Gets the unique identifiers of the messages that vanished.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public IList<UniqueId> UniqueIds { get; }

Property Value

IListUniqueId
The unique identifiers.
Remarks
Gets the unique identifiers of the messages that vanished.
See Also