| MessagesVanishedEventArgsUniqueIds Property |
Gets the unique identifiers of the messages that vanished.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public IList<UniqueId> UniqueIds { get; }
Property Value
IListUniqueIdThe unique identifiers.
Remarks
Gets the unique identifiers of the messages that vanished.
See Also