Uses of Class
microsoft.exchange.webservices.data.core.response.SubscribeResponse
-
Packages that use SubscribeResponse Package Description microsoft.exchange.webservices.data.core.request -
-
Uses of SubscribeResponse in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return SubscribeResponse Modifier and Type Method Description protected SubscribeResponse<PullSubscription>SubscribeToPullNotificationsRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.protected SubscribeResponse<PushSubscription>SubscribeToPushNotificationsRequest. createServiceResponse(ExchangeService service, int responseIndex)protected SubscribeResponse<StreamingSubscription>SubscribeToStreamingNotificationsRequest. createServiceResponse(ExchangeService service, int responseIndex)Creates the service response.
-