ExchangeService.SubscribeToPullNotificationsOnAllFolders Método

Definición

Se suscribe a notificaciones de extracción en todas las carpetas en el buzón del usuario.

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

Parámetros

timeout
Int32

La cantidad de tiempo transcurrido, en minutos, tras el cual caduca la suscripción. El valor de este parámetro debe ser en el rango comprendido entre 1 y 1440.

watermark
String

Una marca de agua opcional que representa una suscripción abierta anteriormente.

eventTypes
EventType[]

Los tipos de evento que se puede suscribir al.

Devoluciones

PullSubscription

Una suscripción a los eventos especificados.

Se aplica a