AddHeaderAction

The action to add a header to a message. When executed, this action will add the given header to the message.

Types

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

Properties

Link copied to clipboard

The name of the header to add to an email. The header must be prefixed with "X-". Headers are added regardless of whether the header name pre-existed in the email.

Link copied to clipboard

The value of the header to add to the email.

Functions

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