MessageNumberCollectionParse Method |
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static MessageNumberCollection Parse(
string messageNumberString
)
Public Shared Function Parse (
messageNumberString As String
) As MessageNumberCollection
Parameters
- messageNumberString
- Type: SystemString
The string containing the sequence of ordinal message numbers in IMAP4 format.
Return Value
Type:
MessageNumberCollectionA reference to the
MessageNumberCollection object representing
the specified message number sequence, or a null reference (
Nothing in Visual Basic)
if the message number sequence could not be parsed.
Exceptions Remarks The
messageNumberString must conform to the rules described
in
AddSet(String) method remarks.
See Also