Uses of Class
microsoft.exchange.webservices.data.notification.PullSubscription
-
Packages that use PullSubscription Package Description 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 Modifier and Type Method Description PullSubscriptionExchangeService. endSubscribeToPullNotifications(IAsyncResult asyncResult)Ends an asynchronous request to subscribe to pull notification in the authenticated user's mailbox.PullSubscriptionExchangeService. subscribeToPullNotifications(Iterable<FolderId> folderIds, int timeout, String watermark, EventType... eventTypes)Subscribes to pull notification.PullSubscriptionExchangeService. 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 Modifier and Type Method Description protected SubscribeResponse<PullSubscription>SubscribeToPullNotificationsRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.
-