SuggestionQuality Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SuggestionQuality enumeration identifies the quality types of the suggested meeting day or time.
public enum class SuggestionQuality
public enum SuggestionQuality
Public Enum SuggestionQuality
- Inheritance
-
SuggestionQuality
Fields
Name | Value | Description |
---|---|---|
Excellent | 0 | Specifies that 100 percent of users and resources are available for the suggested meeting time. |
Good | 1 | Specifies that the minimum percentage of users and resources that are available is equal to or greater than the GoodThreshold element value plus 50. |
Fair | 2 | Specifies that the maximum percentage of users and resources that are available for a suggested meeting time is equal to the GoodThreshold element value plus 50. The minimum value for a Fair quality meeting time is 50 percent. |
Poor | 3 | Specifies that less than 50 percent of the users and resources are available for the suggested meeting time. |
Remarks
This enumeration is used by the following properties:
- The MinimumSuggestionQuality property of the SuggestionsViewOptionsType object
- The SuggestionQuality property of the Suggestion object
- The DayQuality property of the SuggestionDayResult object