ImapEndDownloadFolders Method
Ends the pending asynchronous download folders request.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public FolderCollection EndDownloadFolders()

Return Value

Type: FolderCollection
On success, a FolderCollection object representing the downloaded folders; otherwise, a null reference (Nothing in Visual Basic).
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
See Also