Uses of Class
microsoft.exchange.webservices.data.notification.GetEventsResults
-
Packages that use GetEventsResults Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.response microsoft.exchange.webservices.data.notification -
-
Uses of GetEventsResults in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return GetEventsResults Modifier and Type Method Description GetEventsResultsExchangeService. endGetEvents(IAsyncResult asyncResult)Ends an asynchronous request to retrieve the latest events associated with a pull subscription.GetEventsResultsExchangeService. getEvents(String subscriptionId, String waterMark)Retrieves the latests events associated with a pull subscription. -
Uses of GetEventsResults in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return GetEventsResults Modifier and Type Method Description GetEventsResultsGetEventsResponse. getResults()gets the results. -
Uses of GetEventsResults in microsoft.exchange.webservices.data.notification
Methods in microsoft.exchange.webservices.data.notification that return GetEventsResults Modifier and Type Method Description GetEventsResultsPullSubscription. endGetEvents(IAsyncResult asyncResult)Ends an asynchronous request to obtain a collection of events that occurred on the subscribed folder since the point in time defined by the Watermark property.GetEventsResultsPullSubscription. getEvents()Obtains a collection of events that occurred on the subscribed folder since the point in time defined by the Watermark property.
-