ExchangeService.SubscribeToStreamingNotificationsOnAllFolders Method

Definition

Subscribes to streaming notifications on all folders in a specified user's mailbox.

public:
 Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ SubscribeToStreamingNotificationsOnAllFolders(... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.StreamingSubscription SubscribeToStreamingNotificationsOnAllFolders (params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToStreamingNotificationsOnAllFolders (ParamArray eventTypes As EventType()) As StreamingSubscription

Parameters

eventTypes
EventType[]

The event types to be subscribed to.

Returns

A subscription to the specified events..

Applies to