public sealed class Rule : ComplexPropertyPublic NotInheritable Class Rule
Inherits ComplexPropertypublic ref class Rule sealed : public ComplexProperty[<SealedAttribute>]
type Rule =
class
inherit ComplexProperty
end| Rule | Initializes a new instance of the Rule class. |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |