LongComparisonFieldLess Method |
Indicates that field must be less than the specified value.
Namespace:
Aspose.Email.Tools.Search
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MailQuery Less(
long value
)
Public Function Less (
value As Long
) As MailQuery
public:
MailQuery^ Less(
long long value
)
member Less :
value : int64 -> MailQuery
Parameters
- value
- Type: SystemInt64
The value.
Return Value
Type:
MailQueryMailQuery that represents search query (one searching criterion).
See Also