ImapSubscribeFolder Method |
Namespace: MailBee.ImapMail
Exception | Condition |
---|---|
MailBeeException | An error occurred and ThrowExceptions is true. |
This method adds the specified folder to the server's set of "active" or "subscribed" folders as returned by DownloadFolders(Boolean) method when subscribedOnly is set to true.
The developer should specify the full name of the folder (including all parent folders' names if the folder is subfolder of another existing folder). See CreateFolder(String) topic for details regarding folder names.
To subscribe to a folder asynchronously, see the sample code in BeginExecuteCustomCommand(String, String, AsyncCallback, Object) topic.