NotificationEventArgs.Events Property

Definition

Gets the events that were received.

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

Property Value

A collection of events as an IEnumerable object.

Applies to