Enum ExchangeJournalRuleScope
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the scope of an Exchange journal rule.
public enum ExchangeJournalRuleScope
Fields
External = 2
The scope is external messages only.
Global = 3
The scope is all messages.
Internal = 1
The scope is internal messages only.
Unknown = 0
The scope is unknown.