Discuss this help topic in SecureBlackbox Forum
The number of recent messages in the mailbox.
Declaration
[VB.NET]
Property RecentMessages As Integer
[Pascal]
property RecentMessages : Integer;
[C++]
int32_t get_RecentMessages();
void set_RecentMessages(int32_t Value);
[PHP]
integer get_RecentMessages()
void set_RecentMessages(integer $Value)
[Java]
int getRecentMessages();
void setRecentMessages(int Value);
Description
This property specifies the number of recent messages in the mailbox.
Discuss this help topic in SecureBlackbox Forum