MailBee.NET Objects 4.0

Imap.DownloadFolders Method

Downloads the list of all IMAP folders of the mail account.

Overload List

Downloads the list of all IMAP folders of the mail account.

public FolderCollection DownloadFolders();

Downloads the list of IMAP folders of the mail account.

public FolderCollection DownloadFolders(bool);

Downloads the list of IMAP folders matching the specified criteria.

public FolderCollection DownloadFolders(bool,string,string);

See Also

Imap Class | MailBee.ImapMail Namespace | BeginDownloadFolders