htmlPart property

String? htmlPart
final

The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.

Implementation

final String? htmlPart;