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