SuggestionDayResult.SuggestionArray Property
The SuggestionArray gets or sets a collection of meeting suggestions.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SuggestionArray As Suggestion()
Get
Set
'Usage
Dim instance As SuggestionDayResult
Dim value As Suggestion()
value = instance.SuggestionArray
instance.SuggestionArray = value
public Suggestion[] SuggestionArray { get; set; }
Property Value
Type: []
The SuggestionArray property returns an array of Suggestion objects that contain suggested meeting times on the date specified in the Date property.