GetUserAvailabilityResults.Suggestions 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 requested time period.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Suggestion ^> ^ Suggestions { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Suggestion ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.Suggestion> Suggestions { get; }
Public ReadOnly Property Suggestions As Collection(Of Suggestion)
Property Value
The value of the Suggestions property is a collection of Suggestion class objects with suggested meeting times for the requested time period.