StringComparisonField
Contents
[
Hide
]StringComparisonField class
Inherits: Aspose::Email::Tools::Search::ComparisonField
Represents the string search field.
Constructors
| Name | Description |
|---|---|
| StringComparisonField | Initializes a new instance of the StringComparisonField class. |
Methods
| Name | Description |
|---|---|
| Contains (2 overloads) | Indicates that field in message must contain the specified value. |
| CreateKey | Creates the search key. |
| Empty | Indicates that field in message must be empty. |
| Equals (2 overloads) | Indicates that field in message must be equal to the specified value. |
| NotContains (2 overloads) | Indicates that field in message must not contain the specified value. |
| NotEmpty | Indicates that field in message must not be empty. |
| NotEquals (2 overloads) | Indicates that field in message must not be equal to the specified value. |