Dart.Mail Namespace > ImapSession Class : PopulateMailboxTree Property |
<DefaultValueAttribute()> Public Property PopulateMailboxTree As Boolean
Dim instance As ImapSession Dim value As Boolean instance.PopulateMailboxTree = value value = instance.PopulateMailboxTree
[DefaultValue()] public bool PopulateMailboxTree {get; set;}
[DefaultValue()] public: __property bool get_PopulateMailboxTree(); public: __property void set_PopulateMailboxTree( bool value );
[DefaultValue()] public: property bool PopulateMailboxTree { bool get(); void set ( bool value); }
The LIST and LSUB commands will be used at the end of the authentication process to build a local representation of the nested mailbox hierarchy. Set this property to false if nested mailbox information is not desired.