Enum ExchangeServerMailboxDatabaseCopyStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the status of an Exchange Server mailbox database copy.
public enum ExchangeServerMailboxDatabaseCopyStatus
Fields
DisconnectedAndHealthy = 12The status is disconnected and healthy.
DisconnectedAndResynchronizing = 14The status is disconnected and resynchronizing.
Dismounted = 9The status is dismounted.
Dismounting = 11The status is dismounting.
Failed = 1The status is failed.
FailedAndSuspended = 13The status is failed and suspended.
Healthy = 4The status is healthy.
Initializing = 6The status is initializing.
Misconfigured = 17The status is misconfigured.
Mounted = 8The status is mounted.
Mounting = 10The status is mounting.
NonExchangeReplication = 15The status is non-Exchange replication.
Resynchronizing = 7The status is resynchronizing.
Seeding = 2The status is seeding.
SeedingSource = 16The status is seeding source.
ServiceDown = 5The status is service down.
Suspended = 3The status is suspended.
Unknown = 0The status is unknown.