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
- Subscribe1
Type: ExchangeWebServices.SubscribeType
The Subscribe request.