Search |
public static NumericSearchQuery SmallerThan( int octets )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | octets is a negative value. |
Matches messages that are smaller than the specified number of octets.
Note |
---|
This is equivalent to the SMALLER search key as defined in rfc3501. |