Click or drag to resize
MimeKit

UniqueIdMap Constructor

Initializes a new instance of the UniqueIdMap class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public UniqueIdMap(
	IList<UniqueId> source,
	IList<UniqueId> destination
)

Parameters

source  IListUniqueId
The unique identifiers used in the source folder.
destination  IListUniqueId
The unique identifiers used in the destination folder.
Exceptions
ExceptionCondition
ArgumentNullException

source is null.

-or-

destination is null.

Remarks
Creates a new UniqueIdMap.
See Also