GetEventsResults.AllEvents Property

Definition

Gets the collection of all events.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::NotificationEvent ^> ^ AllEvents { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::NotificationEvent ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.NotificationEvent> AllEvents { get; }
Public ReadOnly Property AllEvents As Collection(Of NotificationEvent)

Property Value

A Collection object that contains the notification events.

Applies to