IntComparisonField.NotEquals

IntComparisonField.NotEquals method

Indicates that field must not be equal to the specified value.

public MailQuery NotEquals(int value)
ParameterTypeDescription
valueInt32The value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also