ADM_EXCHANGE_MEMBERDEPARTTYPE_ENUM

The ADM_EXCHANGE_MEMBERDEPARTTYPE_ENUM enumeration specifies possible types of restrictions that can be imposed on Exchange accounts that want to leave a mail-enabled group.

Syntax

enum ADM_EXCHANGE_MEMBERDEPARTTYPE_ENUM
{
    ADM_EXCHANGE_MEMBERJOINTYPE_CLOSED            = 0,  //0x0
    ADM_EXCHANGE_MEMBERJOINTYPE_OPEN              = 1   //0x1
}

Constants

  • Flag

  • Description

  • ADM_EXCHANGE_MEMBERJOINTYPE_CLOSED

  • Members cannot leave the group themselves.

  • ADM_EXCHANGE_MEMBERJOINTYPE_OPEN

  • Members can leave the group themselves.

Requirements

Minimum required version: 2013.1

See also