IntComparisonField.Greater

IntComparisonField.Greater method

Indicates that field must be greater than the specified value.

public MailQuery Greater(int value)
ParameterTypeDescription
valueInt32The value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also