Table of Contents

Class ExchangeServerMailboxDatabaseCopy

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

Represents a mailbox database copy configured in a Microsoft Exchange organization.

public class ExchangeServerMailboxDatabaseCopy : BaseTypeSection, IComparable<ExchangeServerMailboxDatabaseCopy>
Inheritance
ExchangeServerMailboxDatabaseCopy
Implements

Constructors

ExchangeServerMailboxDatabaseCopy()

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

public ExchangeServerMailboxDatabaseCopy()

Properties

CopyStatus

Gets or sets the status of the copy.

public ExchangeServerMailboxDatabaseCopyStatus CopyStatus { get; set; }

Property Value

ExchangeServerMailboxDatabaseCopyStatus

CopyStatusString

Gets the status of the copy.

public string CopyStatusString { get; set; }

Property Value

string

Identity

Gets or sets the identity of the database copy.

public string Identity { get; set; }

Property Value

string

Name

Gets or sets the name of the database copy.

public string Name { get; set; }

Property Value

string

Methods

Clone()

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

public ExchangeServerMailboxDatabaseCopy Clone()

Returns

ExchangeServerMailboxDatabaseCopy

A CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy.

CompareTo(ExchangeServerMailboxDatabaseCopy)

Compares two CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy objects to allow sorting alphabetically by name.

public int CompareTo(ExchangeServerMailboxDatabaseCopy other)

Parameters

other ExchangeServerMailboxDatabaseCopy

The CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeServerMailboxDatabaseCopy objects.