Table of Contents

Enum ComparisonMode

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines the way values are compared in search filters.

public enum ComparisonMode

Fields

Exact = 0

The comparison is exact.

IgnoreCase = 1

The comparison ignores casing.

IgnoreCaseAndNonSpacingCharacters = 3

The comparison ignores casing and spacing characters.

IgnoreNonSpacingCharacters = 2

The comparison ignores spacing characters.