PowerTCP Mail for .NET
Marked Property




Gets a value indicating if the mailbox has been "marked."
Syntax
Public ReadOnly Property Marked As Boolean
Dim instance As Mailbox
Dim value As Boolean
 
value = instance.Marked
public bool Marked {get;}
public: __property bool get_Marked();
public:
property bool Marked {
   bool get();
}

Property Value

true if the mailbox has been "marked" by the server; false otherwise.
Remarks

This property returns true if the mailbox has been "marked" as interesting by the server. This may occur if the mailbox contains new messages.

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