htmlPart property

SimpleEmailPart? htmlPart
final

The body of the email message, in HTML format. 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 SimpleEmailPart? htmlPart;