Table of Contents

Class ExchangeOabVirtualDirectory

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

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

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

Constructors

ExchangeOabVirtualDirectory()

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

public ExchangeOabVirtualDirectory()

Properties

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

OfflineAddressBooks

Gets or sets the associated offline address books.

public SerializableStringCollection OfflineAddressBooks { get; set; }

Property Value

SerializableStringCollection

PollInterval

Gets or sets the polling interval in minutes.

public int PollInterval { get; set; }

Property Value

int

Methods

Clone()

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

public ExchangeOabVirtualDirectory Clone()

Returns

ExchangeOabVirtualDirectory

A CENTREL.XIA.Configuration.Types.ExchangeOabVirtualDirectory.