Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.request |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected SubscribeResponse<PullSubscription> |
SubscribeToPullNotificationsRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response.
|
Copyright © 2012–2015 Microsoft. All rights reserved.