StringComparisonField.NotContains

NotContains(string)

Indicates that field in message must not contain the specified value.

public MailQuery NotContains(string value)
ParameterTypeDescription
valueStringThe value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also


NotContains(string, bool)

Indicates that field in message must not contain the specified value.

public MailQuery NotContains(string value, bool ignoreCase)
ParameterTypeDescription
valueStringThe value.
ignoreCaseBooleantrue to ignore case during the comparison; otherwise, false.

Return Value

MailQuery that represents search query (one searching criterion).

See Also