Click or drag to resize

ExpressionSentOn Method

Creates a 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.26106.1555
Syntax
public static ICriterion SentOn(
	DateTime dateTime
)

Parameters

dateTime  DateTime
Date to match.

Return Value

ICriterion
New expression.
See Also