Suggestion.TimeSuggestions 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 a collection of suggested meeting times for the suggested meeting date.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::TimeSuggestion ^> ^ TimeSuggestions { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::TimeSuggestion ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.TimeSuggestion> TimeSuggestions { get; }
Public ReadOnly Property TimeSuggestions As Collection(Of TimeSuggestion)
Property Value
The value of the TimeSuggestions property is a T:System.Collection.ObjectMode.Collection<T>TimeSuggestion objects that each represent a suggested meeting time.