ExchangeServiceBinding.CreateItem Method
Exchange Server 2010
The CreateItem method sends the request to and gets the response from a CreateItem operation.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Assembly: EWS (in ews.dll)
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)] [SoapHeaderAttribute("TimeZoneContext")] [SoapHeaderAttribute("RequestServerVersionValue")] [SoapHeaderAttribute("MailboxCulture")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/exchange/services/2006/messages/CreateItem", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)] [SoapHeaderAttribute("ExchangeImpersonation")] public CreateItemResponseType CreateItem ( CreateItemType CreateItem1 )
Parameters
- CreateItem1
An instance of the CreateItemType class that represents a set of items to create.