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