Specifies the message set (sequence) which includes all messages in the folder.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic const string AllMessages
Public Const AllMessages As String
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