Table of Contents

Class ExchangeUMAutoAttendants

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

Represents the Unified Messaging auto attendants configured in a Microsoft Exchange organization.

public class ExchangeUMAutoAttendants : BypassSection
Inheritance
ExchangeUMAutoAttendants
Inherited Members

Constructors

ExchangeUMAutoAttendants()

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

public ExchangeUMAutoAttendants()

Properties

Items

Gets or sets the items in the collection.

public ExchangeUMAutoAttendantCollection Items { get; set; }

Property Value

ExchangeUMAutoAttendantCollection

Methods

FromXml(string)

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

public static ExchangeUMAutoAttendants FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeUMAutoAttendants

A CENTREL.XIA.Configuration.Types.ExchangeUMAutoAttendants class.

ToString()

Returns the UM auto attendants as a human readable string.

public override string ToString()

Returns

string

The UM auto attendants as a human readable string.