DateComparisonField.On
On(DateTime)
Indicates that the date in message must be within the specified date.
public MailQuery On(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
On(DateTime, DateComparisonType)
Indicates that the date in message must be within the specified date.
public MailQuery On(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