Enum ExchangeMailboxType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of Exchange mailbox.
public enum ExchangeMailboxType
Fields
DiscoveryMailbox = 1
The mailbox is a discovery mailbox.
EquipmentMailbox = 2
The mailbox is an equipment mailbox.
GroupMailbox = 3
The mailbox is a group mailbox.
LegacyMailbox = 4
The mailbox is a legacy mailbox.
LinkedMailbox = 5
The mailbox is a linked mailbox.
LinkedRoomMailbox = 6
The mailbox is a linked room mailbox.
RoomMailbox = 7
The mailbox is a room mailbox.
SchedulingMailbox = 8
The mailbox is a scheduling mailbox.
The mailbox is a shared mailbox.
TeamMailbox = 10
The mailbox is a team mailbox.
Unknown = 0
The mailbox type is unknown.
UserMailbox = 11
The mailbox is a user mailbox.