PowerTCP Mail for .NET
Recent Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Mailbox Class : Recent Property




Gets the count of messages that are recent in this Mailbox.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Recent As Integer
Visual Basic (Usage)Copy Code
Dim instance As Mailbox
Dim value As Integer
 
value = instance.Recent
C# 
public int Recent {get;}
Managed Extensions for C++ 
public: __property int get_Recent();
C++/CLI 
public:
property int Recent {
   int get();
}

Property Value

The count of recent messages in this mailbox.

Remarks

The Mailbox.Recent property returns the number of messages that are recent in this mailbox. Typically, a server will consider a message to be "recent" if the current session is the first session to be notified about the messages arrival.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.