PullSubscription.GetEvents Method

Definition

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.

Applies to