ExchangeService.SubscribeToStreamingNotifications Método

Definición

Se suscribe a las notificaciones de transmisión. Llamar a este método se genera en una llamada a servicios Web de Exchange (EWS).

public:
 Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ SubscribeToStreamingNotifications(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.StreamingSubscription SubscribeToStreamingNotifications (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToStreamingNotifications (folderIds As IEnumerable(Of FolderId), ParamArray eventTypes As EventType()) As StreamingSubscription

Parámetros

folderIds
IEnumerable<FolderId>

Los identificadores de la carpeta de la carpeta que se puede suscribir al.

eventTypes
EventType[]

Los tipos de evento que se puede suscribir al.

Devoluciones

StreamingSubscription

Una suscripción a los eventos especificados..

Se aplica a