ExchangeServiceBinding.UnsubscribeAsync Method (UnsubscribeType)

The UnsubscribeAsync method provides asynchronous access to the Unsubscribe Web service method.

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

Syntax

'Declaration
Public Sub UnsubscribeAsync ( _
    Unsubscribe1 As UnsubscribeType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim Unsubscribe1 As UnsubscribeType

instance.UnsubscribeAsync(Unsubscribe1)
public void UnsubscribeAsync(
    UnsubscribeType Unsubscribe1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.