SuggestionDayResult.SuggestionArray Property

Definition

The SuggestionArray gets or sets a collection of meeting suggestions.

public:
 property cli::array <ExchangeWebServices::Suggestion ^> ^ SuggestionArray { cli::array <ExchangeWebServices::Suggestion ^> ^ get(); void set(cli::array <ExchangeWebServices::Suggestion ^> ^ value); };
public ExchangeWebServices.Suggestion[] SuggestionArray { get; set; }
Public Property SuggestionArray As Suggestion()

Property Value

The SuggestionArray property returns an array of Suggestion objects that contain suggested meeting times on the date specified in the Date property.

Applies to