StreamingSubscriptionConnection.Open method

Opens this connection so that it begins to receive events from the server.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Sub Open
'Usage
Dim instance As StreamingSubscriptionConnection

instance.Open()

ExceptionCondition
[System.InvalidOperationException]

Thrown when Open is called while connected.

Show: