Rule - класс

Represents a rule that automatically handles incoming messages. A rule consists of a set of conditions and exceptions that determine whether or not a set of actions should be executed on incoming messages.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public sealed class Rule : ComplexProperty
Inheritance
Object    ComplexProperty    Rule

Конструкторы

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.

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также