SuggestionsViewOptions
Topic Last Modified: 2009-07-22
The SuggestionsViewOptions element contains the options for obtaining meeting suggestion information.
Schema Hierarchy
Syntax
<SuggestionsViewOptions>
<GoodThreshold>...</GoodThreshold>
<MaximumResultsByDay>...</MaximumResultsByDay>
<MaximumNonWorkingHourResultsByDay>...</MaximumNonWorkingHourResultsByDay>
<MeetingDurationInMinutes>...</MeetingDurationInMinutes>
<MinimumSuggestionQuality>...</MinimumSuggestionQuality>
<SuggestionIntervalInMinutes>...</SuggestionIntervalInMinutes>
<DetailedSuggestionsWindow>...</DetailedSuggestionsWindow>
<CurrentMeetingTime>...</CurrentMeetingTime>
<GlobalObjectId>...</GlobalObjectId>
</SuggestionsViewOptions>
Type
SuggestionsViewOptionsType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Specifies the percentage of attendees that must have the time period open for the time period to qualify as a good suggested meeting time. This element is optional. The default value if this element is not present is 25. |
|
Specifies the number of suggested meeting times per day returned in the response. |
|
Specifies the number of suggested results for meeting times outside regular working hours per day. |
|
Specifies the length of the meeting to be suggested. |
|
Specifies the quality of meeting suggestions to be returned in the response. This element is optional. |
|
Identifies the time span that is queried for detailed information about suggested meeting times. |
|
Represents the start time of a meeting that you want to update with the suggested meeting time results. |
|
This element represents the global object ID of the Calendar item that should be ignored while suggestions are calculated. This element represents PidLidGlobalObjectId. |
Parent Elements
Element | Description |
---|---|
Contains the arguments used to obtain user availability information. This is a root element. The following is the XPath to this element:
|
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 Microsoft Exchange Server 2007 that has the Client Access server role installed.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |
See Also