membersCanPostAsTheGroup property

String? membersCanPostAsTheGroup
getter/setter pair

Enables members to post messages as the group.

Possible values are:

  • true: Group member can post messages using the group's email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
  • false: Members can not post in behalf of the group's email address.

Implementation

core.String? membersCanPostAsTheGroup;