ExchangeServiceBinding.BeginUpdateItem Method

Definition

public:
 IAsyncResult ^ BeginUpdateItem(ExchangeWebServices::UpdateItemType ^ UpdateItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginUpdateItem (ExchangeWebServices.UpdateItemType UpdateItem1, AsyncCallback callback, object asyncState);
Public Function BeginUpdateItem (UpdateItem1 As UpdateItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

UpdateItem1
UpdateItemType
callback
AsyncCallback
asyncState
Object

Returns

The BeginUpdateItem(UpdateItemType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to