GetEventsResults.ItemEvents 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 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.