Table of Contents

Class ExchangePublicFoldersConfiguration

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

Represents the configuration of the public folders for an Microsoft Exchange organization.

public class ExchangePublicFoldersConfiguration : BaseTypeSection
Inheritance
ExchangePublicFoldersConfiguration

Constructors

ExchangePublicFoldersConfiguration()

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

public ExchangePublicFoldersConfiguration()

Properties

PublicFolderMailboxes

Gets or sets the public folders configured in the organization. This does not apply to Exchange 2010.

public ExchangePublicFolderMailboxes PublicFolderMailboxes { get; set; }

Property Value

ExchangePublicFolderMailboxes

PublicFolders

Gets or sets the public folders configured in the organization.

public ExchangePublicFolders PublicFolders { get; set; }

Property Value

ExchangePublicFolders

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangePublicFoldersConfiguration cloned from this object.

public ExchangePublicFoldersConfiguration Clone()

Returns

ExchangePublicFoldersConfiguration

A CENTREL.XIA.Configuration.Types.ExchangePublicFoldersConfiguration.

FromXml(string)

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

public static ExchangePublicFoldersConfiguration FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangePublicFoldersConfiguration

A CENTREL.XIA.Configuration.Types.ExchangePublicFoldersConfiguration class.