Pop3InboxMessageCount Property |
Gets the number of messages in the inbox.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int InboxMessageCount { get; }
Public ReadOnly Property InboxMessageCount As Integer
Get
Property Value
Type:
Int32The number of messages in the inbox, or
0 if not yet logged in the user account on the server.
See Also