Specifies the message set (sequence) which includes all messages in the folder.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public const string AllMessages
Public Const AllMessages As String
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