Finds messages whose internal date (disregarding time and timezone) is earlier than the specified date.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public static SearchCondition Before(
	DateTime date
)

Parameters

date
Type: System..::..DateTime
The date to compare the message's internal date with.

Return Value

A SearchCondition object representing the "Before" search criterion.

See Also