Click or drag to resize
MimeKit

UniqueIdSet(IEnumerableUniqueId, SortOrder) Constructor

Initializes a new instance of the UniqueIdSet class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public UniqueIdSet(
	IEnumerable<UniqueId> uids,
	SortOrder order = SortOrder.None
)

Parameters

uids  IEnumerableUniqueId
An initial set of unique ids.
order  SortOrder  (Optional)
The sorting order to use for the unique identifiers.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionorder is invalid.
Remarks
Creates a new set of unique identifier set containing the specified uids.
See Also