GetEventsResults.ItemEvents Property

Definition

Gets the collection of item events.

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

Property Value

An IEnumerable object that iterates over all item events in the collection.

Applies to