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