Class ExchangeRetentionPolicies
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the retention policies configured in a Microsoft Exchange organization.
public class ExchangeRetentionPolicies : BypassSection
- Inheritance
-
ExchangeRetentionPolicies
- Inherited Members
Constructors
ExchangeRetentionPolicies()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeRetentionPolicies class.
public ExchangeRetentionPolicies()
Properties
Items
Gets or sets the items in the collection.
public ExchangeRetentionPolicyCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeRetentionPolicies class from the specified XML.
public static ExchangeRetentionPolicies FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeRetentionPolicies
A CENTREL.XIA.Configuration.Types.ExchangeRetentionPolicies class.
ToString()
Returns the retention policies as a human readable string.
public override string ToString()
Returns
- string
The retention policies as a human readable string.