Pop3InboxMessageCount Property
Gets the number of messages in the inbox.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int InboxMessageCount { get; }

Property Value

Type: Int32
The number of messages in the inbox, or 0 if not yet logged in the user account on the server.
See Also