Table of Contents

Class ExchangeServerClientAccessSettings

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

Represents the client access settings for an Exchange server in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeServerClientAccessSettings : BypassSection
Inheritance
ExchangeServerClientAccessSettings
Inherited Members

Constructors

ExchangeServerClientAccessSettings()

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

public ExchangeServerClientAccessSettings()

Properties

AutoDiscoverServiceInternalUri

Gets or sets the internal URI of the autodiscover service.

public string AutoDiscoverServiceInternalUri { get; set; }

Property Value

string

AutoDiscoverSiteScopes

Gets or sets the Active Directory site or sites that the Autodiscover service is authoritative for.

public SerializableStringCollection AutoDiscoverSiteScopes { get; set; }

Property Value

SerializableStringCollection

Methods

ToString()

Returns the client access settings as a human readable string.

public override string ToString()

Returns

string

The client access as a human readable string.