Class ExchangeMailboxDatabaseCopy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a mailbox database copy configured in a Microsoft Exchange organization.
public class ExchangeMailboxDatabaseCopy : BaseTypeSection, IComparable<ExchangeMailboxDatabaseCopy>
- Inheritance
-
ExchangeMailboxDatabaseCopy
- Implements
Constructors
ExchangeMailboxDatabaseCopy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopy class.
public ExchangeMailboxDatabaseCopy()
Properties
ActivationPreference
Gets or sets the activation preference number.
public int ActivationPreference { get; set; }
Property Value
CopyStatus
Gets or sets the status of the copy.
public ExchangeServerMailboxDatabaseCopyStatus CopyStatus { get; set; }
Property Value
CopyStatusString
Gets the status of the copy.
public string CopyStatusString { get; set; }
Property Value
ErrorMessage
Gets or sets the error message if set.
public string ErrorMessage { get; set; }
Property Value
Identity
Gets or sets the identity of the database copy.
public string Identity { get; set; }
Property Value
IsActiveCopy
Gets or sets whether this database copy is the active copy.
public BooleanOption IsActiveCopy { get; set; }
Property Value
MailboxServerName
Gets or sets the name of the server on which the copy is stored.
public string MailboxServerName { get; set; }
Property Value
Name
Gets or sets the name of the database copy.
public string Name { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopy cloned from this object.
public ExchangeMailboxDatabaseCopy Clone()
Returns
- ExchangeMailboxDatabaseCopy
A CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopy.
CompareTo(ExchangeMailboxDatabaseCopy)
Compares two CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopy objects to allow sorting alphabetically by name.
public int CompareTo(ExchangeMailboxDatabaseCopy other)
Parameters
other
ExchangeMailboxDatabaseCopyThe CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopy to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeMailboxDatabaseCopy objects.