| ExpressionOn Method |
Creates a criterion to find messages whose internal date (disregarding time and timezone) is within the specified date.
In other words, "ON 13-APR-2000" means messages with an INTERNALDATE text which starts with "13-APR-2000",
even if timezone differential from the local timezone is sufficient to move that INTERNALDATE into the previous or next day.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static ICriterion On(
DateTime dateTime
)
Public Shared Function On (
dateTime As DateTime
) As ICriterion
public:
static ICriterion^ On(
DateTime dateTime
)
static member On :
dateTime : DateTime -> ICriterion
Parameters
- dateTime
- Type: SystemDateTime
Date to match.
Return Value
Type:
ICriterionNew expression.
See Also