Contains
Contains (1 of 2)
Indicates that field in message must contain the specified value.
Returns: MailQuery that represents search query (one searching criterion).
Contains(System::String value)
| Parameter | Description |
|---|---|
| value | The value. |
Contains (2 of 2)
Indicates that field in message must contain the specified value.
Returns: MailQuery that represents search query (one searching criterion).
Contains(System::String value, bool ignoreCase)
| Parameter | Description |
|---|---|
| value | The value. |
| ignoreCase | true to ignore case during the comparison; otherwise, false. |