SuggestionQuality Enumeration
The SuggestionQuality enumeration identifies the quality types of the suggested meeting day or time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SuggestionQuality
'Usage
Dim instance As SuggestionQuality
[SerializableAttribute]
public enum SuggestionQuality
Members
Member name | Description | |
---|---|---|
Excellent | Specifies that 100 percent of users and resources are available for the suggested meeting time. | |
Good | 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 | 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 | 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
See Also