DateComparisonField.BeforeOrEqual

BeforeOrEqual(DateTime)

Indicates that the date in message must be earlier or equel to the specified date.

public MailQuery BeforeOrEqual(DateTime value)
ParameterTypeDescription
valueDateTimeThe value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also


BeforeOrEqual(DateTime, DateComparisonType)

Indicates that the date in message must be earlier or equel to the specified date.

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

Return Value

MailQuery that represents search query (one searching criterion).

See Also