Pop3MailboxInfoMessageCount Property |
Gets the count of messages in the mailbox.
Namespace:
Aspose.Email.Clients.Pop3
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic int MessageCount { get; }
Public ReadOnly Property MessageCount As Integer
Get
public:
property int MessageCount {
int get ();
}
member MessageCount : int with get
Property Value
Type:
Int32
The message count.
See Also