EwsDownloadFolderByShortName Method |
Namespace: MailBee.EwsMail
Exception | Condition |
---|---|
MailBeeException | An error occurred and ThrowExceptions is true. |
NotImplementedException | The .NET runtime is .NET Core. |
parentFolderId must be the immediate parent of folderName folder. Also, folderName must be a short name (not a full name with nested folder names in it).
You can use DownloadFolderByFullName(FolderId, string) method to search for a folder by its full name.
Note |
---|
This method is not implemented in .NET Core. Use DownloadFolderByShortNameAsync(FolderId, String) instead. |