Table of Contents

Class ExchangeOwaVirtualDirectory

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

Represents an Exchange server OWA virtual directory in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeOwaVirtualDirectory : ExchangeVirtualDirectoryBase, IComparable<ExchangeVirtualDirectoryBase>
Inheritance
ExchangeOwaVirtualDirectory
Implements
Inherited Members

Constructors

ExchangeOwaVirtualDirectory()

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

public ExchangeOwaVirtualDirectory()

Properties

BasicAuthentication

Gets or sets whether basic authentication is enabled.

public BooleanOption BasicAuthentication { get; set; }

Property Value

BooleanOption

DefaultDomain

Gets or sets the default domain to use for forms authentication. This only applies when the logon format is set to username only.

public string DefaultDomain { get; set; }

Property Value

string

DigestAuthentication

Gets or sets whether digest authentication is enabled.

public BooleanOption DigestAuthentication { get; set; }

Property Value

BooleanOption

ExternalUrl

Gets or sets the external URL of the virtual directory.

public string ExternalUrl { get; set; }

Property Value

string

FormsAuthentication

Gets or sets whether forms authentication is enabled.

public BooleanOption FormsAuthentication { get; set; }

Property Value

BooleanOption

InternalUrl

Gets or sets the internal URL of the virtual directory.

public string InternalUrl { get; set; }

Property Value

string

LogonFormat

Gets or sets the forms logon format.

public ExchangeFormsLogonFormat LogonFormat { get; set; }

Property Value

ExchangeFormsLogonFormat

LogonFormatString

Gets the forms logon format.

public string LogonFormatString { get; set; }

Property Value

string

OwaFeatures

Gets or sets the Outlook Web App enabled features.

public ExchangeOwaEnabledFeatures OwaFeatures { get; set; }

Property Value

ExchangeOwaEnabledFeatures

OwaFileAccess

Gets or sets the Outlook Web App file access settings.

public ExchangeOwaFileAccessSettings OwaFileAccess { get; set; }

Property Value

ExchangeOwaFileAccessSettings

OwaVersion

Gets or sets the Outlook Web App version.

public ExchangeOwaVersion OwaVersion { get; set; }

Property Value

ExchangeOwaVersion

OwaVersionString

Gets the Outlook Web App version.

public string OwaVersionString { get; set; }

Property Value

string

WebSite

Gets or sets the name of the web site on which the virtual directory is hosted.

public string WebSite { get; set; }

Property Value

string

WindowsAuthentication

Gets or sets whether integrated Windows authentication is enabled.

public BooleanOption WindowsAuthentication { get; set; }

Property Value

BooleanOption

Methods

Clone()

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

public ExchangeOwaVirtualDirectory Clone()

Returns

ExchangeOwaVirtualDirectory

A CENTREL.XIA.Configuration.Types.ExchangeOwaVirtualDirectory.