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

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

Field Value

Type: String
"1:*" string.
Remarks
This constant can be passed as messageIndexSet parameter value to Imap class methods which accept this parameter (for instance, DownloadEnvelopes(String, Boolean)) to specify that ALL messages in the currently selected folder should be processed (downloaded, deleted, etc).
See Also