Gets a value which determines if the mailbox can be selected.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Selectable As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Mailbox
Dim value As Boolean
value = instance.Selectable |
| C# | |
|---|
public bool Selectable {get;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_Selectable(); |
| C++/CLI | |
|---|
public:
property bool Selectable {
bool get();
} |
Property Value
true if the mailbox can be selected; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also