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. Note: the MANAGED_DOMAIN type is not supported for email identity types.

Link copied to clipboard

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

Link copied to clipboard

The verification status of the identity. The status can be one of the following:

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