ExchangeService.SubscribeToStreamingNotificationsOnAllFolders Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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..