Uses of Class
microsoft.exchange.webservices.data.notification.PushSubscription

Packages that use PushSubscription
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
 

Uses of PushSubscription in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return PushSubscription
 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.
 

Uses of PushSubscription in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type PushSubscription
protected  SubscribeResponse<PushSubscription> SubscribeToPushNotificationsRequest.createServiceResponse(ExchangeService service, int responseIndex)
           
 



Copyright © 2012–2015 Microsoft. All rights reserved.