Enumeration ContactType

Enum with the different types of a contact

Enumeration Members

Enumeration Members

CONTACTS: 0

Contacts created by user themselves. They are the only contacts that can be created, edited or deleted.

DOMAIN: 1

Contacts representing a user of the domain. There is one contact of this type for each user of a domain different of the current user.

GROUPS: 3

Contacts representing a group. There is one contact of this type for each group existing in the current user domain.

PHONEBOOKS: 4

Contacts declared inside the phonebooks associated to every group the current user is included in.

STATIC: 2

Contacts statically defined by system administrators.

Generated using TypeDoc