MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueId Structure
UniqueId Methods
Parse Method
Parse(String) Method
Parse(String, UInt32) Method
Unique
Id
Parse(String) Method
Parse a unique identifier.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
static
UniqueId
Parse
(
string
token
)
Parameters
token
String
A string containing the unique identifier.
Return Value
UniqueId
The unique identifier.
Exceptions
Exception
Condition
ArgumentNullException
token
is
null
.
FormatException
token
is not in the correct format.
OverflowException
The unique identifier is greater than
MaxValue
.
Remarks
Parses a unique identifier.
See Also
Reference
UniqueId Structure
Parse Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast