| ExpressionBefore Method |
Creates a criterion to find messages whose internal date (disregarding time and timezone), assigned by an IMAP server, is earlier than the specified date.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static ICriterion Before(
DateTime dateTime
)
Public Shared Function Before (
dateTime As DateTime
) As ICriterion
public:
static ICriterion^ Before(
DateTime dateTime
)
static member Before :
dateTime : DateTime -> ICriterion
Parameters
- dateTime
- Type: SystemDateTime
Date to match.
Return Value
Type:
ICriterionNew expression.
See Also