EwsDownloadItems Method (IEnumerableEwsItem, PropertySet) |
Namespace: MailBee.EwsMail
Exception | Condition |
---|---|
MailBeeException | An error occurred and ThrowExceptions is true. |
NotImplementedException | The .NET runtime is .NET Core. |
To get the list of item IDs for downloading you can use DownloadItemIds(FolderId, Boolean) or Search(FolderId, SearchFilter) methods.
You can build PropertySet object manually or use CreatePropSet(EwsItemParts) method for this (or just use DownloadItems(IEnumerable<EwsItem>, EwsItemParts) overload).
Note |
---|
This method is not implemented in .NET Core. Use DownloadItemsAsync(IEnumerableEwsItem, PropertySet) instead. |