ContainmentMode enumeration
Defines the containment mode for Contains search filters.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
| Member name | Description | |
|---|---|---|
| FullString | The comparison is between the full string and the constant. The property value and the supplied constant are exactly the same. | |
| Prefixed | The comparison is between the string prefix and the constant. | |
| Substring | The comparison is between a substring of the string and the constant. | |
| PrefixOnWords | The comparison is between a prefix on individual words in the string and the constant. | |
| ExactPhrase | The comparison is between an exact phrase in the string and the constant. |
Show: