| UniqueIdRangeTryParse(String, UniqueIdRange) Method |
Attempt to parse a unique identifier range.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax public static bool TryParse(
string token,
out UniqueIdRange range
)
Parameters
- token String
- The token to parse.
- range UniqueIdRange
- The unique identifier range.
Return Value
Boolean if the unique identifier range was successfully parsed; otherwise,
false..
Exceptions Remarks
Attempts to parse a unique identifier range.
See Also