| MailboxCountResponseNewMessages Property |
Get/Set the number of new messages in the mailbox.
Namespace: AsterNET.Manager.ResponseAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int NewMessages { get; set; }
Public Property NewMessages As Integer
Get
Set
public:
property int NewMessages {
int get ();
void set (int value);
}
member NewMessages : int with get, set
Property Value
Type:
Int32See Also