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




Gets a value which determines if the message is recent.

Syntax

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

Property Value

If the message's Recent flag is set, this property returns true; otherwise false.

Remarks

Returns true if the current message has arrived recently in the mailbox (server-side flag \Recent). This property is controlled by the server, not the developer, and the definition of "recent" may vary according to server implementation.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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