|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||