Click or drag to resize
MimeKit

UniqueIdMapDestination Property

Gets the list of unique identifiers used in the destination folder.

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

Property Value

IListUniqueId
The unique identifiers used in the destination folder.
Remarks
Gets the list of unique identifiers used in the destination folder.
See Also