Table of Contents

Class ExchangePublicFolders

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

Represents the public folders configured in a Microsoft Exchange organization.

public class ExchangePublicFolders : BypassSection
Inheritance
ExchangePublicFolders
Inherited Members

Constructors

ExchangePublicFolders()

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

public ExchangePublicFolders()

Properties

Items

Gets or sets the items in the collection.

public ExchangePublicFolderCollection Items { get; set; }

Property Value

ExchangePublicFolderCollection

Methods

FromXml(string)

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

public static ExchangePublicFolders FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangePublicFolders

A CENTREL.XIA.Configuration.Types.ExchangePublicFolders class.

ToString()

Returns the public folders as a human readable string.

public override string ToString()

Returns

string

The public folders as a human readable string.