| UniqueIdMapDestination Property |
Gets the list of unique identifiers used in the destination folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public IList<UniqueId> Destination { get; }
Property Value
IListUniqueIdThe unique identifiers used in the destination folder.
Remarks
Gets the list of unique identifiers used in the destination folder.
See Also