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