Enum ExchangeTransportRuleAuditMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the audit mode of a transport rule.
public enum ExchangeTransportRuleAuditMode
Fields
DoNotAudit = 2
The audit mode is do not audit.
High = 5
The audit mode is high.
Low = 3
The audit mode is low.
Medium = 4
The audit mode is medium.
NotSpecified = 1
The audit mode is not specified.
Unknown = 0
The audit mode is unknown.