DateComparisonField.On

On(DateTime)

Indicates that the date in message must be within the specified date.

public MailQuery On(DateTime value)
ParameterTypeDescription
valueDateTimeThe value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also


On(DateTime, DateComparisonType)

Indicates that the date in message must be within the specified date.

public MailQuery On(DateTime value, DateComparisonType comparisonType)
ParameterTypeDescription
valueDateTimeThe value.
comparisonTypeDateComparisonTypeSpecifies a type of comparison

Return Value

MailQuery that represents search query (one searching criterion).

See Also