PullSubscription.GetEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains a collection of events that occurred on the subscribed folders since the point in time that is defined by the Watermark property.
public:
Microsoft::Exchange::WebServices::Data::GetEventsResults ^ GetEvents();
public Microsoft.Exchange.WebServices.Data.GetEventsResults GetEvents ();
Public Function GetEvents () As GetEventsResults
Returns
The GetEvents() method returns a collection of events that occurred since the last watermark.
Remarks
When GetEvents() succeeds, Watermark is updated.