SubscribeResponseMessageType.SubscriptionId Property
The SubscriptionId property gets or sets the identifier for a subscription.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SubscriptionId As String
Get
Set
'Usage
Dim instance As SubscribeResponseMessageType
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 string that contains the identifier for the subscription.
Remarks
The GUID that represents the subscription identifier is generated by the Client Access server when the subscription is created.