ExchangeServiceBinding::GetItem method
Exchange Server 2013
The GetItem method sends the request to and gets the response from a GetItem operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Parameters
- GetItem1
- Type: ExchangeWebServices.GetItemType
An instance of the GetItemType class that represents the set of items to get.
Return value
Type: ExchangeWebServices.GetItemResponseTypeThe GetItem method returns a GetItemResponseType object that contains the status of the GetItem operation and the set of items.
Show: