Destination

An object that describes the recipients for an email.

Types

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

Properties

Link copied to clipboard

An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.

Link copied to clipboard

An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.

Link copied to clipboard

An array that contains the email addresses of the "To" recipients for the email.

Functions

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