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