Click or drag to resize

ExpressionSentBefore Method

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

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static ICriterion SentBefore(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
Date to match.

Return Value

Type: ICriterion
New expression.
See Also