MessageIndexCollectionAddSet Method |
Adds the specified sequence of message numbers or UIDs to the collection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void AddSet(
string messageIndexSet
)
Public Sub AddSet (
messageIndexSet As String
)
Parameters
- messageIndexSet
- Type: SystemString
The message sequence in IMAP4 format.
Exceptions Exception | Condition |
---|
Exception | The message sequence parsing failed. |
Remarks The sequence to be parsed can contain the following characters only:
digits (0-9), commas (,), and colon (:). Also, the sequence must be monotonically increasing.
Examples of valid sequences: "1", "4:5,7,9", "1:135", "15,29".
See Also