Click or drag to resize
MimeKit

UniqueIdParse(String) Method

Parse a unique identifier.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public static UniqueId Parse(
	string token
)

Parameters

token  String
A string containing the unique identifier.

Return Value

UniqueId
The unique identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptiontoken is .
FormatExceptiontoken is not in the correct format.
OverflowException The unique identifier is greater than MaxValue.
Remarks
Parses a unique identifier.
See Also