Partager via


ExchangeService.SubscribeToPushNotifications Méthode

Définition

Surcharges

SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, EventType[])

Lance une demande pour qu’un client reçoive des notifications Push. La SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, EventType[]) méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à compter de Exchange Server 2010.

SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, String, EventType[])

Lance une demande de réception de notifications Push qui inclut une demande de retour d’informations supplémentaires dans la réponse de notification Push. La SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, String, EventType[]) méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à partir de Exchange Server 2013.

SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, EventType[])

Lance une demande pour qu’un client reçoive des notifications Push. La SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, EventType[]) méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à compter de Exchange Server 2010.

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

Paramètres

folderIds
IEnumerable<FolderId>

ID des dossiers auxquels s’abonner.

url
Uri

URL du point de terminaison de service web vers lequel le serveur doit envoyer (push) les événements.

frequency
Int32

Intervalle, en minutes, auquel le serveur doit contacter le point de terminaison de service web. 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

Objet de réponse d’abonnement.

Remarques

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

S’applique à

SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, String, EventType[])

Lance une demande de réception de notifications Push qui inclut une demande de retour d’informations supplémentaires dans la réponse de notification Push. La SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, String, EventType[]) méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à partir de Exchange Server 2013.

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

Paramètres

folderIds
IEnumerable<FolderId>

ID du dossier auquel s’abonner.

url
Uri

URL du point de terminaison de service web vers lequel le serveur Exchange doit envoyer (push) des événements.

frequency
Int32

Fréquence, en minutes, à laquelle le serveur Exchange doit contacter le point de terminaison de service web. Cette valeur doit être comprise entre 1 et 1440.

watermark
String

Filigrane facultatif représentant un abonnement précédemment ouvert.

callerData
String

Informations facultatives que l’appelant demande à retourner dans la réponse de notification Push.

eventTypes
EventType[]

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

Retours

Collection d’objets de notification.

Remarques

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

S’applique à