SimpleEmailPart

Specifies the subject or body of an email message, represented as textual email data and the applicable character set.

Types

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

Properties

Link copied to clipboard

The applicable character set for the message content.

Link copied to clipboard
val data: String?

The textual data of the message content.

Functions

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