Click or drag to resize
MimeKit

SearchQueryOlderThan Method

Match messages older than the specified number of seconds.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static NumericSearchQuery OlderThan(
	int seconds
)

Parameters

seconds  Int32
The number of seconds.

Return Value

NumericSearchQuery
A NumericSearchQuery.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The number of seconds cannot be less than 1.
Remarks
Matches messages older than the specified number of seconds.
See Also