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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also