Click or drag to resize
MimeKit

UniqueIdRangeEnd Property

Get the end of the unique identifier range.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public UniqueId End { get; }

Property Value

UniqueId
The end of the range.
Remarks
Gets the end of the unique identifier range.
See Also