Discuss this help topic in SecureBlackbox Forum
The number of unseen messages in the mailbox.
Declaration
[VB.NET]
Property UnseenMessages As Integer
[Pascal]
property UnseenMessages : Integer;
[C++]
int32_t get_UnseenMessages();
void set_UnseenMessages(int32_t Value);
[PHP]
integer get_UnseenMessages()
void set_UnseenMessages(integer $Value)
[Java]
int getUnseenMessages();
void setUnseenMessages(int Value);
Description
This property specifies the numbes of unseen messages in the mailbox.
Discuss this help topic in SecureBlackbox Forum