UidCollectionParse Method
Creates a new UidCollection from the specified UID sequence.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static UidCollection Parse(
	string uidString
)

Parameters

uidString
Type: SystemString
The UID sequence string in IMAP4 format.

Return Value

Type: UidCollection
A reference to the UidCollection object representing the specified UID sequence, or a null reference (Nothing in Visual Basic) if the UID sequence could not be parsed.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionuidString is a null reference (Nothing in Visual Basic).
Remarks
The uidString must conform to the rules described in AddSet(String) method remarks.
See Also