Partager via


ExchangeService.BeginSubscribeToStreamingNotificationsOnAllFolders Méthode

Définition

Commence une demande asynchrone de s’abonner aux notifications de streaming sur tous les dossiers de la boîte aux lettres d’un utilisateur spécifié. Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 1.2.

public:
 IAsyncResult ^ BeginSubscribeToStreamingNotificationsOnAllFolders(AsyncCallback ^ callback, System::Object ^ state, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public IAsyncResult BeginSubscribeToStreamingNotificationsOnAllFolders (AsyncCallback callback, object state, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function BeginSubscribeToStreamingNotificationsOnAllFolders (callback As AsyncCallback, state As Object, ParamArray eventTypes As EventType()) As IAsyncResult

Paramètres

callback
AsyncCallback

Délégué AsyncCallback .

state
Object

Objet qui contient des informations d’état pour la requête spécifiée.

eventTypes
EventType[]

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

Retours

Objet IAsyncResult qui fait référence à la requête asynchrone.

Remarques

L’appel de cette méthode entraîne un appel au service Web Exchange (EWS).

S’applique à