Edit

Share via


Suggestion.TimeSuggestions Property

Definition

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.

Applies to