EwsDownloadFolderById Method (FolderId) |
Namespace: MailBee.EwsMail
Exception | Condition |
---|---|
MailBeeException | An error occurred and ThrowExceptions is true. |
NotImplementedException | The .NET runtime is .NET Core. |
This method is useful if you need to get info for special folders like Sent Items (such as via passing folder's WellKnownFolderName). See Ews topic for example.
This overload requests basic folder info (so-called First Class Properties) and also folder names (and also folder size if CalculateFolderSizeOnDownload is true).
Note |
---|
This method is not implemented in .NET Core. Use DownloadFolderByIdAsync(FolderId) instead. |