Share via


ExchangeServiceBinding.SubscribeAsync Method (SubscribeType)

The SubscribeAsync method provides asynchronous access to the Subscribe Web service method.

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

Syntax

'Declaration
Public Sub SubscribeAsync ( _
    Subscribe1 As SubscribeType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim Subscribe1 As SubscribeType

instance.SubscribeAsync(Subscribe1)
public void SubscribeAsync(
    SubscribeType Subscribe1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.