MailBee.NET Objects 7.1

Imap.DownloadFolders Method

Downloads the list of IMAP folders.

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