GetEventsResults.FolderEvents 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 folder events.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderEvent ^> ^ FolderEvents { System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderEvent ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderEvent> FolderEvents { get; }
Public ReadOnly Property FolderEvents As IEnumerable(Of FolderEvent)
Property Value
An IEnumerable object that iterates over all folder events in the collection.