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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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