BaseSubscriptionRequestType.EventTypes Property

Definition

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

public:
 property cli::array <ExchangeWebServices::NotificationEventTypeType> ^ EventTypes { cli::array <ExchangeWebServices::NotificationEventTypeType> ^ get(); void set(cli::array <ExchangeWebServices::NotificationEventTypeType> ^ value); };
public ExchangeWebServices.NotificationEventTypeType[] EventTypes { get; set; }
Public Property EventTypes As NotificationEventTypeType()

Property Value

The EventTypes property returns an array of NotificationEventTypeType objects.

Applies to