ImapMessageCount Property |
Gets the number of messages in the currently selected folder.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int MessageCount { get; }
Public ReadOnly Property MessageCount As Integer
Get
Property Value
Type:
Int32The integer value containing the number of messages in the currently selected folder, or 0 if no folder is selected.
RemarksOrdinal message number of the first message in a folder is 1 (not 0).
Ordinal message number of the last message in a folder is MessageCount.
See Also