EwsDownloadItems Method |
Name | Description | |
---|---|---|
![]() | DownloadItems(FolderId, Boolean) |
Downloads all or unread items in the specified folder.
|
![]() | DownloadItems(IEnumerableEwsItem, EwsItemParts) |
Downloads the specified portions of the specified items.
|
![]() | DownloadItems(IEnumerableEwsItem, PropertySet) |
Downloads the specified items using PropertySet settings.
|
![]() | DownloadItems(FolderId, ItemView, Boolean) |
Downloads items in the specified folder in the specified ItemView range.
|
![]() | DownloadItems(FolderId, ItemView, Boolean, EwsItemParts) |
Downloads the specified portions of the items in the specified ItemView range in the specified folder.
|
![]() | DownloadItems(FolderId, ItemView, Boolean, PropertySet) |
Downloads items in the specified folder in the specified ItemView range using PropertySet settings.
|
![]() | DownloadItems(FolderId, Int32, Int32, Boolean) |
Downloads items in the specified folder in the specified range.
|
![]() | DownloadItems(FolderId, Int32, Int32, Boolean, EwsItemParts) |
Downloads the specified portions of Exchange items in the specified folder in the specified range.
|
![]() | DownloadItems(FolderId, Int32, Int32, Boolean, PropertySet) |
Downloads items in the specified folder in the specified range using PropertySet settings.
|