Partager via


ExchangeService.SubscribeToStreamingNotifications Méthode

Définition

S’abonne aux notifications de streaming. L’appel de cette méthode entraîne un appel aux services Web Exchange (EWS).

public:
 Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ SubscribeToStreamingNotifications(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.StreamingSubscription SubscribeToStreamingNotifications (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToStreamingNotifications (folderIds As IEnumerable(Of FolderId), ParamArray eventTypes As EventType()) As StreamingSubscription

Paramètres

folderIds
IEnumerable<FolderId>

Identificateurs de dossier du dossier auquel s’abonner.

eventTypes
EventType[]

Types d’événements auxquels s’abonner.

Retours

Un abonnement aux événements spécifiés.

S’applique à