Share via


SuggestionsViewOptionsType Members

Include Protected Members
Include Inherited Members

The SuggestionsViewOptionsType class contains options for obtaining meeting suggestion information.

The SuggestionsViewOptionsType type exposes the following members.

Constructors

  Name Description
Public method SuggestionsViewOptionsType The SuggestionsViewOptionsType constructor initializes a new instance of the SuggestionsViewOptionsType class.

Top

Properties

  Name Description
Public property CurrentMeetingTime The CurrentMeetingTime property gets or sets the current start time of a meeting.
Public property CurrentMeetingTimeSpecified The CurrentMeetingTimeSpecified property gets or sets a Boolean value that specifies whether the CurrentMeetingTime property is serialized into the SOAP message. This property must be specified if the CurrentMeetingTime property is specified.
Public property DetailedSuggestionsWindow The DetailedSuggestionsWindow property gets or sets the time span to query for detailed information on suggested meeting times.
Public property GlobalObjectId This property is not used.
Public property GoodThreshold The GoodThreshold property gets or sets the percentage of attendees that must have a time period open for the time period to qualify as a good suggested meeting tiem.
Public property GoodThresholdSpecified The GoodThresholdSpecified property gets or sets a Boolean value that specified whether the GoodThreshold property was serialized into the SOAP message. This property must be specified if the GoodThreshold property is specified.
Public property MaximumNonWorkHourResultsByDay The MaximumNonWorkHourResultsByDay property gets or sets the suggested number of results per day for meeting times outside regular working hours.
Public property MaximumNonWorkHourResultsByDaySpecified The MaximumNonWorkHourResultsByDaySpecified property gets or sets a Boolean value that specified whether the MaximumNonWorkHourResultsByDay property was serialized into the SOAP message. This property must be specified if the MaximumNonWorkHourResultsByDay property is specified.
Public property MaximumResultsByDay The MaximumResultsByDay property gets or sets the maximum number of meeting suggestions per day.
Public property MaximumResultsByDaySpecified The MaximumResultsByDaySpecified property gets or sets a Boolean value that specified whether the MaximumResultsByDay property was serialized into the SOAP message. This property must be specified if the MaximumResultsByDay property is specified.
Public property MeetingDurationInMinutes The MeetingDurationInMinutes property gets or sets the length of meeting.
Public property MeetingDurationInMinutesSpecified The MeetingDurationInMinutesSpecified property gets or sets a Boolean value that specified whether the MeetingDurationInMinutes property was serialized into the SOAP message. This property must be specified if the MeetingDurationInMinutes property is specified.
Public property MinimumSuggestionQuality The MinimumSuggestionQuality property get or sets the minimum quality of suggestions to return in the response.
Public property MinimumSuggestionQualitySpecified The MinimumSuggestionQualitySpecified property gets or sets a Boolean value that specified whether the MinimumSuggestionQuality property was serialized into the SOAP message. This property must be specified if the MinimumSuggestionQuality property is specified.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top