SuggestionsResponseType.SuggestionDayResultArray Property

The SuggestionDayResultArray property returns a collection of meeting time suggestions organized by day.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property SuggestionDayResultArray As SuggestionDayResult()
    Get
    Set
'Usage
Dim instance As SuggestionsResponseType
Dim value As SuggestionDayResult()

value = instance.SuggestionDayResultArray

instance.SuggestionDayResultArray = value
public SuggestionDayResult[] SuggestionDayResultArray { get; set; }

Property Value

Type: []
The SuggestionDayResultArray property returns an array of SuggestionDayResult objects that contain meeting time suggestions.