Click or drag to resize
MimeKit

UniqueIdMapSource Property

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

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

Property Value

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