ExchangeServiceBinding.RemoveDelegateAsync Method (RemoveDelegateType)

The RemoveDelegateAsync method provides asynchronous access to the RemoveDelegate operation.

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

Syntax

'Declaration
Public Sub RemoveDelegateAsync ( _
    RemoveDelegate1 As RemoveDelegateType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim RemoveDelegate1 As RemoveDelegateType

instance.RemoveDelegateAsync(RemoveDelegate1)
public void RemoveDelegateAsync(
    RemoveDelegateType RemoveDelegate1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.