ImapMessageCount Property |
Gets the number of messages in the currently selected folder.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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.
Remarks Ordinal 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