Click or drag to resize
MimeKit

UniqueIdRange(UniqueId, UniqueId) Constructor

Initializes a new instance of the UniqueIdRange class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public UniqueIdRange(
	UniqueId start,
	UniqueId end
)

Parameters

start  UniqueId
The first UniqueId in the range.
end  UniqueId
The last UniqueId in the range.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException

start is invalid.

-or-

end is invalid.

Remarks
Creates a new range of unique identifiers.
See Also