BulkEmailEntry

Types

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

Properties

Link copied to clipboard

Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

Link copied to clipboard

The ReplacementEmailContent associated with a BulkEmailEntry.

Link copied to clipboard

A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendBulkTemplatedEmail operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

Functions

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