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