MailBee.NET Objects 4.0

Imap.EndDownloadFolders Method 

Ends the pending asynchronous download folders request.

public FolderCollection EndDownloadFolders();

Return Value

On success, a FolderCollection object representing the downloaded folders; otherwise, a null reference (Nothing in Visual Basic).

Exceptions

Exception Type Condition
MailBeeException An error occurred and ThrowExceptions is true.

See Also

Imap Class | MailBee.ImapMail Namespace | BeginDownloadFolders