Dart.Mail Namespace > Imap Class > List Method : List() Method |
Public Overloads Function List() As Mailbox()
public Mailbox[] List()
public: Mailbox*[]* List();
public: array<Mailbox^>^ List();
Calls List(String,String,Boolean) using "" for directory, "%" for searchTerm, and false for subscribedOnly.
This method does not update Mailboxes; use Imap.Mailboxes.Refresh() to refresh its contents.
If Imap.Session.AutoUtf8 is set to true, and the server advertises UTF8=ACCEPT, UTF8 will be used for encoding and decoding UNICODE strings.