ContainmentComparisonType Enumeration

The ContainmentComparisonType enumeration indicates whether the search ignores casing and spaces.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ContainmentComparisonType
'Usage
Dim instance As ContainmentComparisonType
[SerializableAttribute]
public enum ContainmentComparisonType

Members

Member name Description
Exact Specifies that the comparison must be exact.
IgnoreCase Specifies that the comparison ignores casing.
IgnoreNonSpacingCharacters Specifies that the comparison ignores non-spacing characters.
Loose To be removed.
IgnoreCaseAndNonSpacingCharacters Specifies that the comparison ignores casing and non-spacing characters.
LooseAndIgnoreCase To be removed.
LooseAndIgnoreNonSpace To be removed.
LooseAndIgnoreCaseAndIgnoreNonSpace To be removed.

Remarks

This enumeration is used by the ContainmentComparison property of the ContainsExpressionType object.

See Also

Reference

Other Resources