Search |
public static NumericSearchQuery OlderThan( int seconds )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The number of seconds cannot be less than 1. |
Matches messages older than the specified number of seconds.
Note |
---|
This is equivalent to the OLDER search key as defined in rfc5032 and is therefor only available for use with IMAP servers that support the WITHIN extension. |