VolumeStatistics

An object that contains information about the amount of email that was delivered to recipients.

Types

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

Properties

Link copied to clipboard

The total number of emails that arrived in recipients' inboxes.

Link copied to clipboard

An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

Link copied to clipboard

An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

Link copied to clipboard

The total number of emails that arrived in recipients' spam or junk mail folders.

Functions

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