DateComparisonField.Before
Contents
[
Hide
]Before(DateTime)
Indicates that the date in message must be earlier than the specified date.
public MailQuery Before(DateTime value)
Parameter | Type | Description |
---|---|---|
value | DateTime | The value. |
Return Value
MailQuery
that represents search query (one searching criterion).
See Also
- class MailQuery
- class DateComparisonField
- namespace Aspose.Email.Tools.Search
- assembly Aspose.Email
Before(DateTime, DateComparisonType)
Indicates that the date in message must be earlier than the specified date.
public MailQuery Before(DateTime value, DateComparisonType comparisonType)
Parameter | Type | Description |
---|---|---|
value | DateTime | The value. |
comparisonType | DateComparisonType | Specifies a type of comparison |
Return Value
MailQuery
that represents search query (one searching criterion).
See Also
- class MailQuery
- enum DateComparisonType
- class DateComparisonField
- namespace Aspose.Email.Tools.Search
- assembly Aspose.Email