  | 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)
Syntaxpublic 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: 
Int32
See Also