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




Gets a value which determines if the mailbox has been "marked".

Syntax

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

Property Value

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

Remarks

The Mailbox.Marked property returns true if the mailbox has been "marked" as interesting by the server. Typically, this might occur because the mailbox contains new messages.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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