Для изменения размера нажмите или перетащите

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.
Иерархия наследования

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public sealed class Rule : 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.
В начало страницы
Методы
  ИмяОписание
Открытый метод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.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также