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 = 2The scope is external messages only.
Global = 3The scope is all messages.
Internal = 1The scope is internal messages only.
Unknown = 0The scope is unknown.