archiveOnly property

String? archiveOnly
getter/setter pair

Allows the group to be archived only.

Possible values are:

  • true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
  • If true, the whoCanPostMessage property is set to NONE_CAN_POST.
  • If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
  • false: The group is active and can receive messages.
  • When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.

Implementation

core.String? archiveOnly;