Partager via


ExchangeService.SubscribeToPullNotifications Méthode

Définition

S’abonne aux notifications d’extraction.

public:
 Microsoft::Exchange::WebServices::Data::PullSubscription ^ SubscribeToPullNotifications(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, int timeout, System::String ^ watermark, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.PullSubscription SubscribeToPullNotifications (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, int timeout, string watermark, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToPullNotifications (folderIds As IEnumerable(Of FolderId), timeout As Integer, watermark As String, ParamArray eventTypes As EventType()) As PullSubscription

Paramètres

folderIds
IEnumerable<FolderId>

ID du dossier auquel s’abonner.

timeout
Int32

Durée écoulée, en minutes, après laquelle l’abonnement expire. La valeur de ce paramètre doit être comprise entre 1 et 1440.

watermark
String

Filigrane facultatif qui représente un abonnement précédemment ouvert.

eventTypes
EventType[]

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

Retours

Nouvel abonnement au dossier spécifié.

Remarques

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

S’applique à