StringComparisonField Class |
Namespace: Aspose.Email.Tools.Search
The StringComparisonField type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contains(String) |
Indicates that field in message must contain the specified value.
|
![]() | Contains(String, Boolean) |
Indicates that field in message must contain the specified value.
|
![]() | Empty |
Indicates that field in message must be empty.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(String) |
Indicates that field in message must be equal to the specified value.
|
![]() | Equals(String, Boolean) |
Indicates that field in message must be equal to the specified value.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | NotContains(String) |
Indicates that field in message must not contain the specified value.
|
![]() | NotContains(String, Boolean) |
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, Boolean) |
Indicates that field in message must not be equal to the specified value.
|
![]() | ToString | (Inherited from Object.) |