Table of Contents

Class ExchangeAddressSpaces

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents address spaces configured in a Microsoft Exchange organization.

public class ExchangeAddressSpaces : BypassSection
Inheritance
ExchangeAddressSpaces
Inherited Members

Constructors

ExchangeAddressSpaces()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeAddressSpaces class.

public ExchangeAddressSpaces()

Properties

Items

Gets or sets the items in the collection.

public ExchangeAddressSpaceCollection Items { get; set; }

Property Value

ExchangeAddressSpaceCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangeAddressSpaces class from the specified XML.

public static ExchangeAddressSpaces FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeAddressSpaces

A CENTREL.XIA.Configuration.Types.ExchangeAddressSpaces class.

ToString()

Returns the address spaces as a human readable string.

public override string ToString()

Returns

string

The address spaces as a human readable string.