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
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
DigestAuthentication
Gets or sets whether digest authentication is enabled.
public BooleanOption DigestAuthentication { get; set; }
Property Value
ExternalUrl
Gets or sets the external URL of the virtual directory.
public string ExternalUrl { get; set; }
Property Value
FormsAuthentication
Gets or sets whether forms authentication is enabled.
public BooleanOption FormsAuthentication { get; set; }
Property Value
InternalUrl
Gets or sets the internal URL of the virtual directory.
public string InternalUrl { get; set; }
Property Value
LogonFormat
Gets or sets the forms logon format.
public ExchangeFormsLogonFormat LogonFormat { get; set; }
Property Value
LogonFormatString
Gets the forms logon format.
public string LogonFormatString { get; set; }
Property Value
OwaFeatures
Gets or sets the Outlook Web App enabled features.
public ExchangeOwaEnabledFeatures OwaFeatures { get; set; }
Property Value
OwaFileAccess
Gets or sets the Outlook Web App file access settings.
public ExchangeOwaFileAccessSettings OwaFileAccess { get; set; }
Property Value
OwaVersion
Gets or sets the Outlook Web App version.
public ExchangeOwaVersion OwaVersion { get; set; }
Property Value
OwaVersionString
Gets the Outlook Web App version.
public string OwaVersionString { get; set; }
Property Value
WebSite
Gets or sets the name of the web site on which the virtual directory is hosted.
public string WebSite { get; set; }
Property Value
WindowsAuthentication
Gets or sets whether integrated Windows authentication is enabled.
public BooleanOption WindowsAuthentication { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeOwaVirtualDirectory cloned from this object.
public ExchangeOwaVirtualDirectory Clone()
Returns
- ExchangeOwaVirtualDirectory
A CENTREL.XIA.Configuration.Types.ExchangeOwaVirtualDirectory.