Partager via


ExchangeService.BeginSubscribeToPullNotificationsOnAllFolders Méthode

Définition

Commence une demande asynchrone de s’abonner aux notifications d’extraction 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 ^ BeginSubscribeToPullNotificationsOnAllFolders(AsyncCallback ^ callback, System::Object ^ state, int timeout, System::String ^ watermark, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public IAsyncResult BeginSubscribeToPullNotificationsOnAllFolders (AsyncCallback callback, object state, int timeout, string watermark, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function BeginSubscribeToPullNotificationsOnAllFolders (callback As AsyncCallback, state As Object, timeout As Integer, watermark As String, 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.

timeout
Int32

Durée du délai d’expiration, en minutes, après laquelle l’abonnement expire. Le délai d’expiration doit être comprise entre 1 et 1440.

watermark
String

Filigrane facultatif représentant un abonnement précédemment ouvert.

eventTypes
EventType[]

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

Retours

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

S’applique à