ExchangeServiceBinding.UpdateFolderAsync Method (UpdateFolderType)

The UpdateFolderAsync method provides asynchronous access to the UpdateFolder Web service method.

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

Syntax

'Declaration
Public Sub UpdateFolderAsync ( _
    UpdateFolder1 As UpdateFolderType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateFolder1 As UpdateFolderType

instance.UpdateFolderAsync(UpdateFolder1)
public void UpdateFolderAsync(
    UpdateFolderType UpdateFolder1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.