PullSubscription.GetEvents method
Obtains a collection of events that occurred on the subscribed folders since the point in time that is defined by the Watermark property.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration Public Function GetEvents As GetEventsResults 'Usage Dim instance As PullSubscription Dim returnValue As GetEventsResults returnValue = instance.GetEvents()
Return value
Type: Microsoft.Exchange.WebServices.Data.GetEventsResultsThe GetEvents() method returns a collection of events that occurred since the last watermark.
Show: