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
MailFlow
Gets or sets the mail flow configuration for the organization.
public ExchangeMailFlowConfiguration MailFlow { get; set; }
Property Value
Mobile
Gets or sets the mobile configuration for the organization.
public ExchangeMobileConfiguration Mobile { get; set; }
Property Value
OrganizationConfiguration
Gets or sets the organization configuration.
public ExchangeOrganizationConfiguration OrganizationConfiguration { get; set; }
Property Value
Permissions
Gets or sets the permissions configuration for the organization.
public ExchangePermissionsConfiguration Permissions { get; set; }
Property Value
Protection
Gets or sets the protection settings for the Exchange organization.
public ExchangeProtectionConfiguration Protection { get; set; }
Property Value
PublicFoldersConfiguration
Gets or sets the public folder settings for the Exchange organization.
public ExchangePublicFoldersConfiguration PublicFoldersConfiguration { get; set; }
Property Value
Recipients
Gets or sets the recipients configuration for the Exchange organization.
public ExchangeRecipientsConfiguration Recipients { get; set; }
Property Value
ServersConfiguration
Gets or sets the servers settings for the Exchange organization.
public ExchangeServersConfiguration ServersConfiguration { get; set; }
Property Value
UnifiedMessaging
Gets or sets the unified messaging configuration.
public ExchangeUMConfiguration UnifiedMessaging { get; set; }
Property Value
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
stringThe XML representation of the object.
Returns
- ExchangeOrganization
A CENTREL.XIA.Configuration.Types.ExchangeOrganization class.