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
Syntax
public MailQuery NotEquals(
	Enum value
)

Parameters

value
Type: SystemEnum
The value.

Return Value

Type: MailQuery
MailQuery that represents search query (one searching criterion).
See Also