GetUserAvailabilityResults.Suggestions Property

Definition

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.

Applies to