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