textPart property

SimpleEmailPart? textPart
final

The body of the email message, in plain text format. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.

Implementation

final SimpleEmailPart? textPart;