PowerTCP Mail for .NET
PopulateMailboxTree Property




When true, the Mailbox.Mailboxes hierarchy is fully populated when Authenticate is used.
Syntax
<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);
}
Remarks

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.

See Also

Reference

ImapSession Class
ImapSession Members


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