DateComparisonField.Before

Before(DateTime)

Indicates that the date in message must be earlier than the specified date.

public MailQuery Before(DateTime value)
ParameterTypeDescription
valueDateTimeThe value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also


Before(DateTime, DateComparisonType)

Indicates that the date in message must be earlier than the specified date.

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

Return Value

MailQuery that represents search query (one searching criterion).

See Also