Compartir a través de


ExchangeService.SubscribeToPullNotifications Método

Definición

Se suscribe a las notificaciones de extracción.

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

Parámetros

folderIds
IEnumerable<FolderId>

Los identificadores de la carpeta a la que se va a suscribir.

timeout
Int32

Cantidad de tiempo transcurrido, en minutos, después del cual expira la suscripción. El valor de este parámetro debe estar en el intervalo comprendido entre 1 y 1440.

watermark
String

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

eventTypes
EventType[]

Tipos de eventos a los que se va a suscribir.

Devoluciones

Nueva suscripción a la carpeta especificada.

Comentarios

Llamar a este método da como resultado una llamada a Exchange Web Services (EWS).

Se aplica a