bodyFormat property

String? bodyFormat
getter/setter pair

Email body format Possible string values are:

  • "BODY_FORMAT_UNSPECIFIED" : Default value. Do not use.
  • "PLAIN_TEXT" : Plain text
  • "HTML" : HTML

Implementation

core.String? bodyFormat;