ImapAllMessages Field
Specifies the message set (sequence) which includes all messages in the folder.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public const string AllMessages

Field Value

Type: String
"1:*" string.
Remarks
This constant can be passed as messageIndexSet parameter value of the Imap class method accepting this parameter to specify that all messages in the currently selected folder should be processed (downloaded, deleted, etc).
See Also