  | UniqueIdRangeTryParse(String, UInt32, UniqueIdRange) Method | 
            Attempt to parse a unique identifier range.
            
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.12.1
Syntaxpublic static bool TryParse(
	string token,
	uint validity,
	out UniqueIdRange range
)
Parameters
- token  String
 - The token to parse.
 - validity  UInt32
 - The UIDVALIDITY value.
 - 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