Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.request |
Modifier and Type | Method and Description |
---|---|
PushSubscription |
ExchangeService.endSubscribeToPushNotifications(IAsyncResult asyncResult)
Ends an asynchronous request to subscribe to push notification in the
authenticated user's mailbox.
|
PushSubscription |
ExchangeService.subscribeToPushNotifications(Iterable<FolderId> folderIds,
URI url,
int frequency,
String watermark,
EventType... eventTypes)
Subscribes to push notification.
|
PushSubscription |
ExchangeService.subscribeToPushNotificationsOnAllFolders(URI url,
int frequency,
String watermark,
EventType... eventTypes)
Subscribes to push notification on all folder in the authenticated
user's mailbox.
|
Modifier and Type | Method and Description |
---|---|
protected SubscribeResponse<PushSubscription> |
SubscribeToPushNotificationsRequest.createServiceResponse(ExchangeService service,
int responseIndex) |
Copyright © 2012–2015 Microsoft. All rights reserved.