ExchangeServiceBinding.UpdateItem(UpdateItemType)
ExchangeServiceBinding.UpdateItem(UpdateItemType)
ExchangeServiceBinding.UpdateItem(UpdateItemType)
Method
Definition
The UpdateItem(UpdateItemType) method sends the request to and returns the response from an UpdateItem operation.
public:
ExchangeWebServices::UpdateItemResponseType ^ UpdateItem(ExchangeWebServices::UpdateItemType ^ UpdateItem1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/UpdateItem", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TimeZoneContext")]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
public ExchangeWebServices.UpdateItemResponseType UpdateItem (ExchangeWebServices.UpdateItemType UpdateItem1);
Public Function UpdateItem (UpdateItem1 As UpdateItemType) As UpdateItemResponseType
Parameters
- UpdateItem1
- UpdateItemType UpdateItemType UpdateItemType
An instance of the UpdateItemType class that represents the updates to be performed on a set of items.
Returns
The UpdateItem(UpdateItemType) method returns an UpdateItemResponseType object that contains the updated item identifiers.