Click or drag to resize
MimeKit

UniqueIdSetTryParse(String, UniqueIdSet) Method

Attempt to parse the specified token as a set of unique identifiers.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static bool TryParse(
	string token,
	out UniqueIdSet uids
)

Parameters

token  String
The token containing the set of unique identifiers.
uids  UniqueIdSet
The set of unique identifiers.

Return Value

Boolean
true if the set of unique identifiers were successfully parsed; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptiontoken is null.
Remarks
Attempts to parse the specified token as a set of unique identifiers.
See Also