DateComparisonField.NotOn

NotOn(DateTime)

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

public MailQuery NotOn(DateTime value)
ParameterTypeDescription
valueDateTimeThe value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also


NotOn(DateTime, DateComparisonType)

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

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

Return Value

MailQuery that represents search query (one searching criterion).

See Also