ExchangeServiceBinding.CreateItem(CreateItemType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CreateItem(CreateItemType) method sends the request to and gets the response from a CreateItem operation.
public:
ExchangeWebServices::CreateItemResponseType ^ CreateItem(ExchangeWebServices::CreateItemType ^ CreateItem1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/CreateItem", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TimeZoneContext")]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
public ExchangeWebServices.CreateItemResponseType CreateItem (ExchangeWebServices.CreateItemType CreateItem1);
Public Function CreateItem (CreateItem1 As CreateItemType) As CreateItemResponseType
Parameters
- CreateItem1
- CreateItemType
An instance of the CreateItemType class that represents a set of items to create.
Returns
The CreateItem(CreateItemType) method returns a CreateItemResponseType object that contains the status of the CreateItem operation and in many scenarios, the identifiers of the new items.
- Attributes