Class ExchangeWebServicesVirtualDirectory
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Exchange server web services virtual directory in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeWebServicesVirtualDirectory : ExchangeVirtualDirectoryBase, IComparable<ExchangeVirtualDirectoryBase>
- Inheritance
-
ExchangeWebServicesVirtualDirectory
- Implements
- Inherited Members
Constructors
ExchangeWebServicesVirtualDirectory()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeWebServicesVirtualDirectory class.
public ExchangeWebServicesVirtualDirectory()
Properties
BasicAuthentication
Gets or sets whether basic authentication is enabled.
public BooleanOption BasicAuthentication { 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
InternalUrl
Gets or sets the internal URL of the virtual directory.
public string InternalUrl { get; set; }
Property Value
MrsProxyEnabled
Gets or sets whether the Mailbox Replication service (MRS) proxy is enabled.
public BooleanOption MrsProxyEnabled { 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.ExchangeWebServicesVirtualDirectory cloned from this object.
public ExchangeWebServicesVirtualDirectory Clone()
Returns
- ExchangeWebServicesVirtualDirectory
A CENTREL.XIA.Configuration.Types.ExchangeWebServicesVirtualDirectory.