StreamingSubscriptionRequestType.EventTypes Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property EventTypes As NotificationEventTypeType()
Get
Set
'Usage
Dim instance As StreamingSubscriptionRequestType
Dim value As NotificationEventTypeType()
value = instance.EventTypes
instance.EventTypes = value
public NotificationEventTypeType[] EventTypes { get; set; }
Property Value
Type: []