EnumComparisonFieldNotEquals Method |
Indicates that field in message must not be equal to the specified value.
Namespace:
Aspose.Email.Tools.Search
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MailQuery NotEquals(
Enum value
)
Public Function NotEquals (
value As Enum
) As MailQuery
public:
MailQuery^ NotEquals(
Enum^ value
)
member NotEquals :
value : Enum -> MailQuery
Parameters
- value
- Type: SystemEnum
The value.
Return Value
Type:
MailQueryMailQuery that represents search query (one searching criterion).
See Also