NotificationEventArgs.Events Property
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.
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.