 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 DateTime
- Date to match.
Return Value
ICriterionNew expression.
See Also