SuggestionsViewOptions

The SuggestionsViewOptions element contains the options for obtaining meeting suggestion information.

GetUserAvailabilityRequest

SuggestionsViewOptions

<SuggestionsViewOptions>
   <GoodThreshold>...</GoodThreshold>
   <MaximumResultsByDay>...</MaximumResultsByDay>
   <MaximumNonWorkingHourResultsByDay>...</MaximumNonWorkingHourResultsByDay>
   <MeetingDurationInMinutes>...</MeetingDurationInMinutes>
   <MinimumSuggestionQuality>...</MinimumSuggestionQuality>
   <SuggestionIntervalInMinutes>...</SuggestionIntervalInMinutes>
   <DetailedSuggestionsWindow>...</DetailedSuggestionsWindow>
   <CurrentMeetingTime>...</CurrentMeetingTime>
   <GlobalObjectId>...</GlobalObjectId>
</SuggestionsViewOptions>

SuggestionsViewOptionsType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
GoodThreshold
Specifies the percentage of attendees that must have the time period open for the time period to qualify as a good suggested meeting time.
MaximumResultsByDay
Specifies the number of suggested meeting times per day returned in the response.
MaximumNonWorkHourResultsByDay
Specifies the number of suggested results for meeting times outside regular working hours per day.
MeetingDurationInMinutes
Specifies the length of the meeting to be suggested.
MinimumSuggestionQuality
Specifies the quality of meeting suggestions to be returned in the response.
DetailedSuggestionsWindow
Identifies the time span that is queried for detailed information about suggested meeting times.
CurrentMeetingTime
Represents the start time of a meeting that you want to update with the suggested meeting time results.
GlobalObjectId
This element is not used.

Parent elements

Element Description
GetUserAvailabilityRequest
Contains the arguments used to obtain user availability information. This is a root element.
The following is the XPath to this element:
/GetUserAvailabilityRequest

Remarks

This element is not required and can only occur once if used. This value can be null if the value of the FreeBusyViewOptions element is not null.

Note

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also

GetUserAvailability operation

Getting User Availability