DateComparisonField.Since
Contents
[
Hide
]Since(DateTime)
Indicates that date in message must be within or later than the specified date.
public MailQuery Since(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
Since(DateTime, DateComparisonType)
Indicates that date in message must be within or later than the specified date.
public MailQuery Since(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