DateComparisonFieldSince Method (DateTime, DateComparisonType)

Indicates that date in message must be within or later than the specified date.

Namespace:  Aspose.Email.Tools.Search
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MailQuery Since(
	DateTime value,
	DateComparisonType comparisonType
)

Parameters

value
Type: SystemDateTime
The value.
comparisonType
Type: Aspose.Email.Tools.SearchDateComparisonType
Specifies a type of comparison

Return Value

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