ExchangeServiceBinding.AddDelegateAsync Method (AddDelegateType)

The AddDelegateAsync method provides asynchronous access to the AddDelegate operation.

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

Syntax

'Declaration
Public Sub AddDelegateAsync ( _
    AddDelegate1 As AddDelegateType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim AddDelegate1 As AddDelegateType

instance.AddDelegateAsync(AddDelegate1)
public void AddDelegateAsync(
    AddDelegateType AddDelegate1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.