Table of Contents

Class ExchangeUMMailboxPolicies

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

Represents the Unified Messaging mailbox policies configured in a Microsoft Exchange organization.

public class ExchangeUMMailboxPolicies : BypassSection
Inheritance
ExchangeUMMailboxPolicies
Inherited Members

Constructors

ExchangeUMMailboxPolicies()

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

public ExchangeUMMailboxPolicies()

Properties

Items

Gets or sets the items in the collection.

public ExchangeUMMailboxPolicyCollection Items { get; set; }

Property Value

ExchangeUMMailboxPolicyCollection

Methods

FromXml(string)

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

public static ExchangeUMMailboxPolicies FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeUMMailboxPolicies

A CENTREL.XIA.Configuration.Types.ExchangeUMMailboxPolicies class.

ToString()

Returns the UM mailbox policies as a human readable string.

public override string ToString()

Returns

string

The UM mailbox policies as a human readable string.