UnsubscribeType.SubscriptionId Property

The SubscriptionId property gets or sets the subscription identifier of a subscription to cancel. This property is required. This is a read/write property.

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

Syntax

'Declaration
Public Property SubscriptionId As String
    Get
    Set
'Usage
Dim instance As UnsubscribeType
Dim value As String

value = instance.SubscriptionId

instance.SubscriptionId = value
public string SubscriptionId { get; set; }

Property Value

Type: System.String
The SubscriptionId property returns a GUID that represents a subscription identifier.

Remarks

Get the SubscriptionId from the Subscribe Operation or the GetEvents Operation response.