ExchangeService.SubscribeToStreamingNotificationsOnAllFolders Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
S’abonne aux notifications de diffusion en continu sur tous les dossiers dans la boîte aux lettres d’un utilisateur spécifié.
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
Paramètres
- eventTypes
- EventType[]
Types d’événements auxquels s’abonner.
Retours
Un abonnement aux événements spécifiés.