DateComparisonFieldBefore Method (DateTime) |
Indicates that the date in message must be earlier than the specified date.
Namespace:
Aspose.Email.Tools.Search
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MailQuery Before(
DateTime value
)
Public Function Before (
value As DateTime
) As MailQuery
public:
MailQuery^ Before(
DateTime value
)
member Before :
value : DateTime -> MailQuery
Parameters
- value
- Type: SystemDateTime
The value.
Return Value
Type:
MailQueryMailQuery that represents search query (one searching criterion).
See Also