customReplyTo property

String? customReplyTo
getter/setter pair

An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM.

This address is defined by an account administrator.

  • When the group's ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
  • If the group's ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.

Implementation

core.String? customReplyTo;