ExchangeServiceBinding.UpdateFolderAsync Method (UpdateFolderType, Object)

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, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateFolder1 As UpdateFolderType
Dim userState As Object

instance.UpdateFolderAsync(UpdateFolder1, _
    userState)
public void UpdateFolderAsync(
    UpdateFolderType UpdateFolder1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.