| UniqueIdSetTryParse(String, UInt32, UniqueIdSet) Method |
Attempt to parse the specified token as a set of unique identifiers.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static bool TryParse(
string token,
uint validity,
out UniqueIdSet uids
)
Parameters
- token String
- The token containing the set of unique identifiers.
- validity UInt32
- The UIDVALIDITY value.
- uids UniqueIdSet
- The set of unique identifiers.
Return Value
Booleantrue if the set of unique identifiers were successfully parsed; otherwise,
false.
Exceptions Remarks
Attempts to parse the specified token as a set of unique identifiers.
See Also