StringComparisonField.NotContains
NotContains(string)
Indicates that field in message must not contain the specified value.
public MailQuery NotContains(string value)
Parameter | Type | Description |
---|---|---|
value | String | The value. |
Return Value
MailQuery
that represents search query (one searching criterion).
See Also
- class MailQuery
- class StringComparisonField
- namespace Aspose.Email.Tools.Search
- assembly Aspose.Email
NotContains(string, bool)
Indicates that field in message must not contain the specified value.
public MailQuery NotContains(string value, bool ignoreCase)
Parameter | Type | Description |
---|---|---|
value | String | The value. |
ignoreCase | Boolean | true to ignore case during the comparison; otherwise, false. |
Return Value
MailQuery
that represents search query (one searching criterion).
See Also
- class MailQuery
- class StringComparisonField
- namespace Aspose.Email.Tools.Search
- assembly Aspose.Email