EmailInsights

An email's insights contain metadata and delivery information about a specific email.

Types

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

Properties

Link copied to clipboard

The recipient of the email.

Link copied to clipboard

A list of events associated with the sent email.

Link copied to clipboard
val isp: String?

The recipient's ISP (e.g., Gmail, Yahoo, etc.).

Functions

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