Table of Contents

Class ExchangeOrganization

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

Represents a Microsoft Exchange organization.

[SupportsClientScan]
[SupportsSupportProvisions]
public class ExchangeOrganization : BaseConfigurationType
Inheritance
ExchangeOrganization
Inherited Members

Constructors

ExchangeOrganization()

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

public ExchangeOrganization()

Properties

Compliance

Gets or sets the compliance settings for the Exchange organization.

public ExchangeComplianceConfiguration Compliance { get; set; }

Property Value

ExchangeComplianceConfiguration

MailFlow

Gets or sets the mail flow configuration for the organization.

public ExchangeMailFlowConfiguration MailFlow { get; set; }

Property Value

ExchangeMailFlowConfiguration

Mobile

Gets or sets the mobile configuration for the organization.

public ExchangeMobileConfiguration Mobile { get; set; }

Property Value

ExchangeMobileConfiguration

OrganizationConfiguration

Gets or sets the organization configuration.

public ExchangeOrganizationConfiguration OrganizationConfiguration { get; set; }

Property Value

ExchangeOrganizationConfiguration

Permissions

Gets or sets the permissions configuration for the organization.

public ExchangePermissionsConfiguration Permissions { get; set; }

Property Value

ExchangePermissionsConfiguration

Protection

Gets or sets the protection settings for the Exchange organization.

public ExchangeProtectionConfiguration Protection { get; set; }

Property Value

ExchangeProtectionConfiguration

PublicFoldersConfiguration

Gets or sets the public folder settings for the Exchange organization.

public ExchangePublicFoldersConfiguration PublicFoldersConfiguration { get; set; }

Property Value

ExchangePublicFoldersConfiguration

Recipients

Gets or sets the recipients configuration for the Exchange organization.

public ExchangeRecipientsConfiguration Recipients { get; set; }

Property Value

ExchangeRecipientsConfiguration

ServersConfiguration

Gets or sets the servers settings for the Exchange organization.

public ExchangeServersConfiguration ServersConfiguration { get; set; }

Property Value

ExchangeServersConfiguration

UnifiedMessaging

Gets or sets the unified messaging configuration.

public ExchangeUMConfiguration UnifiedMessaging { get; set; }

Property Value

ExchangeUMConfiguration

Methods

Clone()

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

public ExchangeOrganization Clone()

Returns

ExchangeOrganization

A CENTREL.XIA.Configuration.Types.ExchangeOrganization.

FromXml(string)

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

public static ExchangeOrganization FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangeOrganization

A CENTREL.XIA.Configuration.Types.ExchangeOrganization class.