Click or drag to resize
MimeKit

UniqueIdRange(UInt32, UInt32, UInt32) Constructor

Initializes a new instance of the UniqueIdRange class.

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

Parameters

validity  UInt32
The uid validity.
start  UInt32
The first unique identifier in the range.
end  UInt32
The last unique identifier in the range.
Remarks
Creates a new range of unique identifiers.
See Also