EwsDownloadItems Method
Downloads MS Exchange items (mail messages, etc).
Overload List
  NameDescription
Public methodDownloadItems(FolderId, Boolean)
Downloads all or unread items in the specified folder.
Public methodDownloadItems(IEnumerableEwsItem, EwsItemParts)
Downloads the specified portions of the specified items.
Public methodDownloadItems(IEnumerableEwsItem, PropertySet)
Downloads the specified items using PropertySet settings.
Public methodDownloadItems(FolderId, ItemView, Boolean)
Downloads items in the specified folder in the specified ItemView range.
Public methodDownloadItems(FolderId, ItemView, Boolean, EwsItemParts)
Downloads the specified portions of the items in the specified ItemView range in the specified folder.
Public methodDownloadItems(FolderId, ItemView, Boolean, PropertySet)
Downloads items in the specified folder in the specified ItemView range using PropertySet settings.
Public methodDownloadItems(FolderId, Int32, Int32, Boolean)
Downloads items in the specified folder in the specified range.
Public methodDownloadItems(FolderId, Int32, Int32, Boolean, EwsItemParts)
Downloads the specified portions of Exchange items in the specified folder in the specified range.
Public methodDownloadItems(FolderId, Int32, Int32, Boolean, PropertySet)
Downloads items in the specified folder in the specified range using PropertySet settings.
Top
See Also