PowerTCP Mail for .NET
Recent Property (Mailbox)




Gets the number of recent messages in the Mailbox.
Syntax
Public ReadOnly Property Recent As Integer
Dim instance As Mailbox
Dim value As Integer
 
value = instance.Recent
public int Recent {get;}
public: __property int get_Recent();
public:
property int Recent {
   int get();
}

Property Value

An integer equal to the number of recent messages in the mailbox.
Remarks

This property returns the number of recent messages in the mailbox. Typically, a server considers a message to be "recent" if it was notified of the message's arrival during the current session.

See Also

Reference

Mailbox Class
Mailbox Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic