Body

class Body

Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

Link copied to clipboard

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

Functions

Link copied to clipboard
inline fun copy(block: Body.Builder.() -> Unit = {}): Body
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String