MessageBody

The textual body content of an email message.

Types

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

Properties

Link copied to clipboard
val html: String?

The HTML body content of the message.

Link copied to clipboard

A flag indicating if the email was malformed.

Link copied to clipboard
val text: String?

The plain text body content of the message.

Functions

Link copied to clipboard
inline fun copy(block: MessageBody.Builder.() -> Unit = {}): MessageBody
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