PowerTCP Mail for .NET
SublevelsAllowed Property




Gets a value indicating if mailboxes can be created below this mailbox.
Syntax
Public ReadOnly Property SublevelsAllowed As Boolean
Dim instance As Mailbox
Dim value As Boolean
 
value = instance.SublevelsAllowed
public bool SublevelsAllowed {get;}
public: __property bool get_SublevelsAllowed();
public:
property bool SublevelsAllowed {
   bool get();
}

Property Value

true if additional mailboxes can be created in the hierarchy below this mailbox; otherwise false.
Remarks

If this property is false, any attempts to create mailboxes as children of this mailbox will result in an error.

See Also

Reference

Mailbox Class
Mailbox Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic