MailBee.NET Objects 6.0

Imap.AllMessages Field

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

public const string AllMessages = "1:*";

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

Imap Class | MailBee.ImapMail Namespace