ContainmentComparisonType Enumeration
The ContainmentComparisonType enumeration indicates whether the search ignores casing and spaces.
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 ContainmentComparisonType
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public enum ContainmentComparisonType
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
public enum class ContainmentComparisonType
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
public enum ContainmentComparisonType
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
public enum ContainmentComparisonType
Members
Member name | Description |
---|---|
Exact | Specifies that the comparison must be exact. |
IgnoreCase | Specifies that the comparison ignores casing. |
IgnoreCaseAndNonSpacingCharacters | Specifies that the comparison ignores casing and non-spacing characters. |
IgnoreNonSpacingCharacters | Specifies that the comparison ignores non-spacing characters. |
Loose | To be removed. |
LooseAndIgnoreCase | To be removed. |
LooseAndIgnoreCaseAndIgnoreNonSpace | To be removed. |
LooseAndIgnoreNonSpace | To be removed. |
Remarks
This enumeration is used by the ContainmentComparison property of the ContainsExpressionType 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)