Table of Contents

Class ExchangeActiveSyncVirtualDirectory

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

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

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

Constructors

ExchangeActiveSyncVirtualDirectory()

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

public ExchangeActiveSyncVirtualDirectory()

Properties

BasicAuthentication

Gets or sets whether basic authentication is enabled.

public BooleanOption BasicAuthentication { get; set; }

Property Value

BooleanOption

ClientCertificateAuthentication

Gets or sets the client certificate authentication type.

public ExchangeClientCertificateAuthenticationType ClientCertificateAuthentication { get; set; }

Property Value

ExchangeClientCertificateAuthenticationType

ClientCertificateAuthenticationString

Gets the client certificate authentication type.

public string ClientCertificateAuthenticationString { get; set; }

Property Value

string

ExternalUrl

Gets or sets the external URL of the virtual directory.

public string ExternalUrl { get; set; }

Property Value

string

InternalUrl

Gets or sets the internal URL of the virtual directory.

public string InternalUrl { get; set; }

Property Value

string

WebSiteSslEnabled

Gets or sets whether SSL is enabled.

public BooleanOption WebSiteSslEnabled { get; set; }

Property Value

BooleanOption

Methods

Clone()

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

public ExchangeActiveSyncVirtualDirectory Clone()

Returns

ExchangeActiveSyncVirtualDirectory

A CENTREL.XIA.Configuration.Types.ExchangeActiveSyncVirtualDirectory.