TeamMailboxLifecycleState Enum

Definition

Defines the life cycle state of a site mailbox. The TeamMailboxLifecycleState enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public enum class TeamMailboxLifecycleState
public enum TeamMailboxLifecycleState
Public Enum TeamMailboxLifecycleState
Inheritance
TeamMailboxLifecycleState

Fields

Active 0

The site mailbox is in active use. The Active field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Closed 1

The site mailbox is has been closed and is no longer active. The Closed field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PendingDelete 3

The site mailbox is closed and pending deletion. The PendingDelete field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Unlinked 2

The site mailbox is not linked to a web-based collaboration environment. The Unlinked field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to