IdentityInfo

Information about an email identity.

Types

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

Properties

Link copied to clipboard

The address or domain of the identity.

Link copied to clipboard

The email identity type. The identity type can be one of the following:

Link copied to clipboard

Indicates whether or not you can send email from the identity.

Functions

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