SuggestionsViewOptionsType.DetailedSuggestionsWindow Property
The DetailedSuggestionsWindow property gets or sets the time span to query for detailed information on suggested meeting times.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DetailedSuggestionsWindow As Duration
Get
Set
'Usage
Dim instance As SuggestionsViewOptionsType
Dim value As Duration
value = instance.DetailedSuggestionsWindow
instance.DetailedSuggestionsWindow = value
public Duration DetailedSuggestionsWindow { get; set; }
Property Value
Type: ExchangeWebServices.Duration
The DetailedSuggestionsWindow property returns a Duration object containing the time span to query for detailed information on suggested meeting times.
Remarks
The DetailedSuggestionsWindow property must have the date/time set with zero for the hours, minutes and seconds.