SuggestionsResponseType.SuggestionDayResultArray 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.
The SuggestionDayResultArray property returns a collection of meeting time suggestions organized by day.
public:
property cli::array <ExchangeWebServices::SuggestionDayResult ^> ^ SuggestionDayResultArray { cli::array <ExchangeWebServices::SuggestionDayResult ^> ^ get(); void set(cli::array <ExchangeWebServices::SuggestionDayResult ^> ^ value); };
public ExchangeWebServices.SuggestionDayResult[] SuggestionDayResultArray { get; set; }
Public Property SuggestionDayResultArray As SuggestionDayResult()
Property Value
The SuggestionDayResultArray property returns an array of SuggestionDayResult objects that contain meeting time suggestions.