PowerTCP Mail for .NET
Recent Property (ImapMessage)




Returns the value of the Recent flag on the server.
Syntax
Public ReadOnly Property Recent As Boolean
Dim instance As ImapMessage
Dim value As Boolean
 
value = instance.Recent
public bool Recent {get;}
public: __property bool get_Recent();
public:
property bool Recent {
   bool get();
}

Property Value

True if the Recent flag is set; 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 client, and the definition of "recent" may vary according to server implementation.

Returns a default value if its value has not been populated with Get.

See Also

Reference

ImapMessage Class
ImapMessage Members


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