MessageInsightsFilters

An object containing Message Insights filters.

If you specify multiple filters, the filters are joined by AND.

If you specify multiple values for a filter, the values are joined by OR. Filter values are case-sensitive.

FromEmailAddress, Destination, and Subject filters support partial match. A partial match is performed by using the * wildcard character placed at the beginning (suffix match), the end (prefix match) or both ends of the string (contains match). In order to match the literal characters * or \, they must be escaped using the \ character. If no wildcard character is present, an exact match is performed.

Types

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

Properties

Link copied to clipboard

The recipient's email address.

Link copied to clipboard

The from address used to send the message.

Link copied to clipboard
val isp: List<String>?

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

Link copied to clipboard

The last delivery-related event for the email, where the ordering is as follows: SEND<BOUNCE<DELIVERY<COMPLAINT.

Link copied to clipboard

The last engagement-related event for the email, where the ordering is as follows: OPEN<CLICK.

Link copied to clipboard

The subject line of the message.

Functions

Link copied to clipboard
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