Table of Contents

Class ExchangeMailboxes

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

Represents the mailboxes configured in a Microsoft Exchange organization.

public class ExchangeMailboxes : BypassSection
Inheritance
ExchangeMailboxes
Inherited Members

Constructors

ExchangeMailboxes()

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

public ExchangeMailboxes()

Properties

Items

Gets or sets the items in the collection.

public ExchangeMailboxCollection Items { get; set; }

Property Value

ExchangeMailboxCollection

Methods

FromXml(string)

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

public static ExchangeMailboxes FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeMailboxes

A CENTREL.XIA.Configuration.Types.ExchangeMailboxes class.

ToString()

Returns the mailboxes as a human readable string.

public override string ToString()

Returns

string

The mailboxes as a human readable string.