Table of Contents

Class ExchangeMapiVirtualDirectory

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

Represents an Exchange server MAPI virtual directory in a Microsoft Exchange organization. This only applies to Exchange 2013 and above, Exchange On-Premises.

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

Constructors

ExchangeMapiVirtualDirectory()

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

public ExchangeMapiVirtualDirectory()

Properties

BasicAuthentication

Gets or sets whether basic authentication is enabled.

public BooleanOption BasicAuthentication { get; set; }

Property Value

BooleanOption

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

KerberosAuthentication

Gets or sets whether Kerberos authentication is enabled.

public BooleanOption KerberosAuthentication { get; set; }

Property Value

BooleanOption

NegotiateAuthentication

Gets or sets whether negotiate authentication is enabled.

public BooleanOption NegotiateAuthentication { get; set; }

Property Value

BooleanOption

NtlmAuthentication

Gets or sets whether NTLM authentication is enabled.

public BooleanOption NtlmAuthentication { get; set; }

Property Value

BooleanOption

Methods

Clone()

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

public ExchangeMapiVirtualDirectory Clone()

Returns

ExchangeMapiVirtualDirectory

A CENTREL.XIA.Configuration.Types.ExchangeMapiVirtualDirectory.