ExchangeServiceBinding.UpdateItemAsync Method (UpdateItemType)

The UpdateItemAsync method provides asynchronous access to the UpdateItem Web service method.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Sub UpdateItemAsync ( _
    UpdateItem1 As UpdateItemType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateItem1 As UpdateItemType

instance.UpdateItemAsync(UpdateItem1)
public void UpdateItemAsync(
    UpdateItemType UpdateItem1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.