  | MailboxStatusResponseWaiting Property  | 
                Get/Set true if at least one of the given mailboxes contains new messages, false otherwise.
            
 
Namespace: AsterNET.Manager.ResponseAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Waiting { get; set; }Public Property Waiting As Boolean
	Get
	Set
public:
property bool Waiting {
	bool get ();
	void set (bool value);
}member Waiting : bool with get, set
Property Value
Type: 
Boolean
See Also