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