Creates criterion to find messages whose [RFC-2822] Date: header (disregarding time and timezone) is within the specified date.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public static ICriterion SentOn(
	DateTime dateTime
)
Visual Basic
Public Shared Function SentOn ( _
	dateTime As DateTime _
) As ICriterion
Visual C++
public:
static ICriterion^ SentOn(
	DateTime dateTime
)

Parameters

dateTime
Type: System..::..DateTime
Date to match.

Return Value

New expression.

See Also