Table of Contents

Class ExchangeServerOutlookAnywhereSettings

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

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

public class ExchangeServerOutlookAnywhereSettings : BypassSection
Inheritance
ExchangeServerOutlookAnywhereSettings
Inherited Members

Constructors

ExchangeServerOutlookAnywhereSettings()

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

public ExchangeServerOutlookAnywhereSettings()

Properties

Enabled

Gets or sets whether Outlook Anywhere is enabled on the server.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

ExternalClientAuthenticationMethod

Gets or sets the external client authentication method.

public ExchangeAuthenticationMethod ExternalClientAuthenticationMethod { get; set; }

Property Value

ExchangeAuthenticationMethod

ExternalClientAuthenticationMethodString

Gets the external client authentication method.

public string ExternalClientAuthenticationMethodString { get; set; }

Property Value

string

ExternalClientsRequireSsl

Gets or sets whether external client require SSL.

public BooleanOption ExternalClientsRequireSsl { get; set; }

Property Value

BooleanOption

ExternalHostname

Gets or sets the external hostname.

public string ExternalHostname { get; set; }

Property Value

string

InternalClientAuthenticationMethod

Gets or sets the internal client authentication method.

public ExchangeAuthenticationMethod InternalClientAuthenticationMethod { get; set; }

Property Value

ExchangeAuthenticationMethod

InternalClientAuthenticationMethodString

Gets the internal client authentication method.

public string InternalClientAuthenticationMethodString { get; set; }

Property Value

string

InternalClientsRequireSsl

Gets or sets whether internal client require SSL.

public BooleanOption InternalClientsRequireSsl { get; set; }

Property Value

BooleanOption

InternalHostname

Gets or sets the internal hostname.

public string InternalHostname { get; set; }

Property Value

string

Name

Gets or sets the name of the Outlook Anywhere virtual directory – for example "Rpc(Default Web Site)".

public string Name { get; set; }

Property Value

string

Path

Gets or sets the path to the Outlook anywhere installation files – for example "C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\rpc".

public string Path { get; set; }

Property Value

string

SslOffloading

Gets or sets whether to enable SSL offloading.

public BooleanOption SslOffloading { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the Outlook Anywhere settings for an Exchange server as a human readable string.

public override string ToString()

Returns

string

The Outlook Anywhere settings for an Exchange server as a human readable string.