MessageIndexCollectionAddSet Method
Adds the specified sequence of message numbers or UIDs to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void AddSet(
	string messageIndexSet
)

Parameters

messageIndexSet
Type: SystemString
The message sequence in IMAP4 format.
Exceptions
ExceptionCondition
ExceptionThe 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