MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueIdRange Class
UniqueIdRange Constructor
UniqueIdRange(UniqueId, UniqueId) Constructor
UniqueIdRange(UInt32, UInt32, UInt32) Constructor
Unique
Id
Range(UInt
32, UInt
32, UInt
32) Constructor
Initializes a new instance of the
UniqueIdRange
class.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
Reference
UniqueIdRange Class
UniqueIdRange Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast