OlRuleType Enum

Definition

Indicates if a rule is applied to messages that are being sent or received.

public enum class OlRuleType
public enum OlRuleType
Public Enum OlRuleType
Inheritance
OlRuleType

Fields

olRuleReceive 0

Indicates that the rule is applied to messages that are being received.

olRuleSend 1

Indicates that the rule is being applied to messages being sent.

Applies to