Rule - свойства |
Тип Rule предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| Actions |
Gets the actions that should be executed against incoming messages if the
conditions evaluate as true.
| |
| Conditions |
Gets the conditions that determine whether or not this rule should be
executed against incoming messages.
| |
| DisplayName |
Gets or sets the name of this rule as it should be displayed to the user.
| |
| Exceptions |
Gets the exceptions that determine if this rule should be skipped even if
its conditions evaluate to true.
| |
| Id |
Gets or sets the Id of this rule.
| |
| IsEnabled |
Gets or sets a value indicating whether this rule is enabled.
| |
| IsInError |
Gets or sets a value indicating whether this rule has errors. A rule that is in error
cannot be processed unless it is updated and the error is corrected.
| |
| IsNotSupported |
Gets a value indicating whether this rule can be modified via EWS.
If IsNotSupported is true, the rule cannot be modified via EWS.
| |
| Priority |
Gets or sets the priority of this rule, which determines its execution order.
|