NotContains

NotContains (1 of 2)

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

Returns: MailQuery that represents search query (one searching criterion).

NotContains(System::String value)
ParameterDescription
valueThe value.

NotContains (2 of 2)

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

Returns: MailQuery that represents search query (one searching criterion).

NotContains(System::String value, bool ignoreCase)
ParameterDescription
valueThe value.
ignoreCasetrue to ignore case during the comparison; otherwise, false.