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 = 2The audit mode is do not audit.
High = 5The audit mode is high.
Low = 3The audit mode is low.
Medium = 4The audit mode is medium.
NotSpecified = 1The audit mode is not specified.
Unknown = 0The audit mode is unknown.