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

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

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

Methods in microsoft.exchange.webservices.data.core that return PullSubscription
 PullSubscription ExchangeService.endSubscribeToPullNotifications(IAsyncResult asyncResult)
          Ends an asynchronous request to subscribe to pull notification in the authenticated user's mailbox.
 PullSubscription ExchangeService.subscribeToPullNotifications(Iterable<FolderId> folderIds, int timeout, String watermark, EventType... eventTypes)
          Subscribes to pull notification.
 PullSubscription ExchangeService.subscribeToPullNotificationsOnAllFolders(int timeout, String watermark, EventType... eventTypes)
          Subscribes to pull notification on all folder in the authenticated user's mailbox.
 

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

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



Copyright © 2012–2015 Microsoft. All rights reserved.