isPlaintext

public final CreateDraftRequest.Builder isPlaintext(Boolean isPlaintext)

Sets whether the message body is sent as plain text. When true, the message body is sent as plain text and the MIME data doesn't include the HTML version of the message. When false, the message body is sent as HTML.

Return

The builder.

Parameters

isPlaintext

Whether the message body is sent as plain text.