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