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 = 12
The status is disconnected and healthy.
DisconnectedAndResynchronizing = 14
The status is disconnected and resynchronizing.
Dismounted = 9
The status is dismounted.
Dismounting = 11
The status is dismounting.
Failed = 1
The status is failed.
FailedAndSuspended = 13
The status is failed and suspended.
Healthy = 4
The status is healthy.
Initializing = 6
The status is initializing.
Misconfigured = 17
The status is misconfigured.
Mounted = 8
The status is mounted.
Mounting = 10
The status is mounting.
NonExchangeReplication = 15
The status is non-Exchange replication.
Resynchronizing = 7
The status is resynchronizing.
Seeding = 2
The status is seeding.
SeedingSource = 16
The status is seeding source.
ServiceDown = 5
The status is service down.
Suspended = 3
The status is suspended.
Unknown = 0
The status is unknown.