ComparisonFieldCreateKey Method (String, String, String)

Creates the search key.

Namespace:  Aspose.Email.Tools.Search
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
protected virtual MailQuery CreateKey(
	string name,
	string value,
	string comparsionOperator
)

Parameters

name
Type: SystemString
The field name.
value
Type: SystemString
The value.
comparsionOperator
Type: SystemString
The operator.

Return Value

Type: MailQuery
MailQuery that represents search query.
See Also