Finds messages whose Date: header (disregarding time and timezone) is within or later 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 SentSince(
	DateTime date
)

Parameters

date
Type: System..::..DateTime
The date to compare the Date: header field with.

Return Value

A SearchCondition object representing the "SENTSINCE" search criterion.

See Also