EwsDownloadItem Method
Downloads the specified item by its ID.
Overload List
  NameDescription
Public methodDownloadItem(FolderId, Int32)
Downloads an item in the specified folder at the specified index.
Public methodDownloadItem(ItemId, EwsItemParts)
Downloads the specified portions of the specified item by its ID.
Public methodDownloadItem(ItemId, PropertySet)
Downloads the specified item by its ID using PropertySet settings.
Public methodDownloadItem(FolderId, Int32, EwsItemParts)
Downloads the specified portions of an Exchange item in the specified folder at the specified index.
Public methodDownloadItem(FolderId, Int32, PropertySet)
Downloads an item in the specified folder at the specified index using PropertySet settings.
Top
See Also