FolderStatusMessageCount Property
Gets the number of messages in the folder.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int MessageCount { get; }

Property Value

Type: Int32
The non-negative Int32 value containing the number of messages in the folder, or -1 if this information is not available.
See Also