Aspose::Email::Tools::Search
Contents
[
Hide
]Aspose::Email::Tools::Search namespace
These classes represent specific data types—binary, boolean, date, double, enum, integer, and long—used to define field‑level conditions in search filters. They enable developers to build strongly typed, composable queries for locating messages, contacts, and other email items.
Classes
| Name | Description |
|---|---|
| BinaryComparisonField | Represents the binary search field. |
| BoolComparisonField | Represents the boolean search field. |
| ComparisonField | Base class that represents one search field. |
| DateComparisonField | Represents the date search field. |
| DoubleComparisonField | Represents the double search field. |
| EnumComparisonField | Represents the enum search field. |
| IntComparisonField | Represents the integer search field. |
| LongComparisonField | Represents the Int64 search field. |
| MailQuery | Represents the search criteria, that are used to match several message propertie |
| MailQueryBuilder | Represents the builder of search expression. |
| QueryField | Base class for query fields. |
| StringComparisonField | Represents the string search field. |
Enumerations
| Name | Description |
|---|---|
| DateComparisonType | Specifies a type of comparison |