Enum MailboxActiveState
- Namespace
- KASserver
- Assembly
- KASserver.Client.dll
The activation state of a mailbox (KAS is_active).
public enum MailboxActiveState
Fields
Active = 0The mailbox is fully active (
Y).Forbidden = 2The mailbox is forbidden — no receiving and no retrieval (
forbidden).ReceiveDisabled = 1Receiving is disabled, but existing mail can still be retrieved (
N).