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> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration SuggestionQuality
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public enum SuggestionQuality
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
public enum class SuggestionQuality
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
public enum SuggestionQuality
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
public enum SuggestionQuality
Members
Member name | Description |
---|---|
Excellent | Specifies that 100 percent of users and resources are available for the suggested meeting time. |
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. |
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. |
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
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also