StringComparisonFieldEquals Method (String, Boolean)

Indicates that field in message must be equal to the specified value.

Namespace:  Aspose.Email.Tools.Search
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MailQuery Equals(
	string value,
	bool ignoreCase
)

Parameters

value
Type: SystemString
The value.
ignoreCase
Type: SystemBoolean
true to ignore case during the comparison; otherwise, false.

Return Value

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