| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
RulePredicateDateRange |
RuleExceptions.getWithinDateRange()
Gets the date range within which incoming messages have to have been received in order for the condition or exception to apply.
|
RulePredicateDateRange |
RuleConditions.getWithinDateRange()
Gets the date range within which incoming messages have to have been received in order for the condition or exception to apply.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleExceptions.setWithinDateRange(RulePredicateDateRange withinDateRange)
Sets the date range within which incoming messages have to have been received in order for the condition or exception to apply.
|
void |
RuleConditions.setWithinDateRange(RulePredicateDateRange withinDateRange)
Sets the date range within which incoming messages have to have been received in order for the condition or exception to apply.
|