LongComparisonField.Greater

LongComparisonField.Greater method

Indicates that field must be greater than the specified value.

public MailQuery Greater(long value)
ParameterTypeDescription
valueInt64The value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also