ExchangeService.SubscribeToPullNotifications Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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).