Click or drag to resize
MimeKit

UniqueIdSet(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(
	SortOrder order = SortOrder.None
)

Parameters

order  SortOrder  (Optional)
The sorting order to use for the unique identifiers.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionorder is invalid.
Remarks
Creates a new unique identifier set.
See Also