BinaryComparisonFieldNotEquals Method (Byte) |
Indicates that field 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(
byte[] value
)
Public Function NotEquals (
value As Byte()
) As MailQuery
public:
MailQuery^ NotEquals(
array<unsigned char>^ value
)
member NotEquals :
value : byte[] -> MailQuery
Parameters
- value
- Type: SystemByte
The value.
Return Value
Type:
MailQueryMailQuery that represents search query (one searching criterion).
See Also