ExchangeServiceBinding::CreateItem method
Exchange Server 2013
The CreateItem method sends the request to and gets the response from a CreateItem operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Parameters
- CreateItem1
- Type: ExchangeWebServices.CreateItemType
An instance of the CreateItemType class that represents a set of items to create.
Return value
Type: ExchangeWebServices.CreateItemResponseTypeThe CreateItem method returns a CreateItemResponseType object that contains the status of the CreateItem operation and in many scenarios, the identifiers of the new items.
Show: