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
ExternalClientAuthenticationMethod
Gets or sets the external client authentication method.
public ExchangeAuthenticationMethod ExternalClientAuthenticationMethod { get; set; }
Property Value
ExternalClientAuthenticationMethodString
Gets the external client authentication method.
public string ExternalClientAuthenticationMethodString { get; set; }
Property Value
ExternalClientsRequireSsl
Gets or sets whether external client require SSL.
public BooleanOption ExternalClientsRequireSsl { get; set; }
Property Value
ExternalHostname
Gets or sets the external hostname.
public string ExternalHostname { get; set; }
Property Value
InternalClientAuthenticationMethod
Gets or sets the internal client authentication method.
public ExchangeAuthenticationMethod InternalClientAuthenticationMethod { get; set; }
Property Value
InternalClientAuthenticationMethodString
Gets the internal client authentication method.
public string InternalClientAuthenticationMethodString { get; set; }
Property Value
InternalClientsRequireSsl
Gets or sets whether internal client require SSL.
public BooleanOption InternalClientsRequireSsl { get; set; }
Property Value
InternalHostname
Gets or sets the internal hostname.
public string InternalHostname { get; set; }
Property Value
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
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
SslOffloading
Gets or sets whether to enable SSL offloading.
public BooleanOption SslOffloading { get; set; }
Property Value
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.