Discuss this help topic in SecureBlackbox Forum
Total number of messages in the mailbox.
Declaration
[VB.NET]
Property TotalMessages As Integer
[Pascal]
property TotalMessages : Integer;
[C++]
int32_t get_TotalMessages();
void set_TotalMessages(int32_t Value);
[PHP]
integer get_TotalMessages()
void set_TotalMessages(integer $Value)
[Java]
int getTotalMessages();
void setTotalMessages(int Value);
Description
This property specifies the total number of messages in the mailbox.
Discuss this help topic in SecureBlackbox Forum