Uses of Class
microsoft.exchange.webservices.data.notification.SubscriptionBase
-
Packages that use SubscriptionBase Package Description microsoft.exchange.webservices.data.core.response microsoft.exchange.webservices.data.notification -
-
Uses of SubscriptionBase in microsoft.exchange.webservices.data.core.response
Classes in microsoft.exchange.webservices.data.core.response with type parameters of type SubscriptionBase Modifier and Type Class Description classSubscribeResponse<TSubscription extends SubscriptionBase>Represents the base response class to subscription creation operations. -
Uses of SubscriptionBase in microsoft.exchange.webservices.data.notification
Subclasses of SubscriptionBase in microsoft.exchange.webservices.data.notification Modifier and Type Class Description classPullSubscriptionRepresents a pull subscription.classPushSubscriptionRepresents a push subscriptions..classStreamingSubscriptionRepresents a streaming subscription.
-