OlRuleType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |