Uses of Class
microsoft.exchange.webservices.data.notification.GetEventsResults

Packages that use GetEventsResults
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
 GetEventsResults ExchangeService.endGetEvents(IAsyncResult asyncResult)
          Ends an asynchronous request to retrieve the latest events associated with a pull subscription.
 GetEventsResults ExchangeService.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
 GetEventsResults GetEventsResponse.getResults()
          gets the results.
 

Uses of GetEventsResults in microsoft.exchange.webservices.data.notification
 

Methods in microsoft.exchange.webservices.data.notification that return GetEventsResults
 GetEventsResults PullSubscription.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.
 GetEventsResults PullSubscription.getEvents()
          Obtains a collection of events that occurred on the subscribed folder since the point in time defined by the Watermark property.
 



Copyright © 2012–2015 Microsoft. All rights reserved.