| UniqueIdRangeTryParse(String, UniqueIdRange) Method |
Attempt to parse a unique identifier range.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
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
Booleantrue if the unique identifier range was successfully parsed; otherwise,
false..
Exceptions Remarks
Attempts to parse a unique identifier range.
See Also