PowerTCP Mail for .NET
SublevelsAllowed Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Mailbox Class : SublevelsAllowed Property




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

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.