EmailAddressInfo

Contains information about a source or destination email address.

Types

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

Properties

Link copied to clipboard

The display name of email address.

Link copied to clipboard

The email address, including the domain.

Functions

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