ExchangeServiceBinding.UpdateDelegateAsync Method (UpdateDelegateType)

The UpdateDelegateAsync method provides asynchronous access to the UpdateDelegateType operation.

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

Syntax

'Declaration
Public Sub UpdateDelegateAsync ( _
    UpdateDelegate1 As UpdateDelegateType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateDelegate1 As UpdateDelegateType

instance.UpdateDelegateAsync(UpdateDelegate1)
public void UpdateDelegateAsync(
    UpdateDelegateType UpdateDelegate1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.