UidCollectionParse Method |
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static UidCollection Parse(
string uidString
)
Public Shared Function Parse (
uidString As String
) As UidCollection
Parameters
- uidString
- Type: SystemString
The UID sequence string in IMAP4 format.
Return Value
Type:
UidCollectionA 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 Remarks The
uidString must conform to the rules described
in
AddSet(String) method remarks.
See Also