Table of Contents

Class ExchangePermissionsConfiguration

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

Represents the configuration of the permissions settings for an Microsoft Exchange organization.

public class ExchangePermissionsConfiguration : BaseTypeSection
Inheritance
ExchangePermissionsConfiguration

Constructors

ExchangePermissionsConfiguration()

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

public ExchangePermissionsConfiguration()

Properties

OwaMailboxPolicies

Gets or sets the Outlook web policies configured in the organization.

public ExchangeOwaMailboxPolicies OwaMailboxPolicies { get; set; }

Property Value

ExchangeOwaMailboxPolicies

RoleAssignmentPolicies

Gets or sets the role assignment policies (user roles) configured in the organization.

public ExchangeRoleAssignmentPolicies RoleAssignmentPolicies { get; set; }

Property Value

ExchangeRoleAssignmentPolicies

RoleGroups

Gets or sets the role groups configured in the organization.

public ExchangeRoleGroups RoleGroups { get; set; }

Property Value

ExchangeRoleGroups

Methods

Clone()

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

public ExchangePermissionsConfiguration Clone()

Returns

ExchangePermissionsConfiguration

A CENTREL.XIA.Configuration.Types.ExchangePermissionsConfiguration.

FromXml(string)

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

public static ExchangePermissionsConfiguration FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangePermissionsConfiguration

A CENTREL.XIA.Configuration.Types.ExchangePermissionsConfiguration class.