Class ExchangeComplianceConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configuration of the compliance settings for an Microsoft Exchange organization.
public class ExchangeComplianceConfiguration : BaseTypeSection
- Inheritance
-
ExchangeComplianceConfiguration
Constructors
ExchangeComplianceConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeComplianceConfiguration class.
public ExchangeComplianceConfiguration()
Properties
JournalRules
Gets or sets the journal rules configured in the organization.
public ExchangeJournalRules JournalRules { get; set; }
Property Value
RetentionPolicies
Gets or sets the retention policies configured in the organization.
public ExchangeRetentionPolicies RetentionPolicies { get; set; }
Property Value
RetentionPolicyTags
Gets or sets the retention policy tags configured in the organization.
public ExchangeRetentionPolicyTags RetentionPolicyTags { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeComplianceConfiguration cloned from this object.
public ExchangeComplianceConfiguration Clone()
Returns
- ExchangeComplianceConfiguration
A CENTREL.XIA.Configuration.Types.ExchangeComplianceConfiguration.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeComplianceConfiguration class from the specified XML.
public static ExchangeComplianceConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeComplianceConfiguration
A CENTREL.XIA.Configuration.Types.ExchangeComplianceConfiguration class.