  | MessageWaitingEventNew Property  | 
                Get/Set the number of new messages in this mailbox.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int New { get; set; }Public Property New As Integer
	Get
	Set
public:
property int New {
	int get ();
	void set (int value);
}member New : int with get, set
Property Value
Type: 
Int32
See Also