UidCollectionParse Method |
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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
RemarksThe
uidString must conform to the rules described
in
AddSet(String) method remarks.
See Also