Поделиться через


BaseSubscriptionRequestType.EventTypes Property

The EventTypes property gets or sets the monitored event types for a notification subscription.

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

Syntax

'Declaration
Public Property EventTypes As NotificationEventTypeType()
    Get
    Set
'Usage
Dim instance As BaseSubscriptionRequestType
Dim value As NotificationEventTypeType()

value = instance.EventTypes

instance.EventTypes = value
public NotificationEventTypeType[] EventTypes { get; set; }

Property Value

Type: []
The EventTypes property returns an array of NotificationEventTypeType objects.