Class StringComparisonField
Contents
[
Hide
]StringComparisonField class
Represents the string search field.
public sealed class StringComparisonField : ComparisonField
Methods
Name | Description |
---|---|
Contains(string) | Indicates that field in message must contain the specified value. |
Contains(string, bool) | Indicates that field in message must contain the specified value. |
Empty() | Indicates that field in message must be empty. |
Equals(string) | Indicates that field in message must be equal to the specified value. |
Equals(string, bool) | Indicates that field in message must be equal to the specified value. |
NotContains(string) | Indicates that field in message must not contain the specified value. |
NotContains(string, bool) | Indicates that field in message must not contain the specified value. |
NotEmpty() | Indicates that field in message must not be empty. |
NotEquals(string) | Indicates that field in message must not be equal to the specified value. |
NotEquals(string, bool) | Indicates that field in message must not be equal to the specified value. |
OrderBy(bool) | Sets value which indicates if client uses ascending or descending sorting on the Field. |
See Also
- class ComparisonField
- namespace Aspose.Email.Tools.Search
- assembly Aspose.Email