InboundRawMessage

Information about the raw email body content.

Types

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

Properties

Link copied to clipboard

The email message body.

Link copied to clipboard

Type of content, that is, text/plain or text/html.

Link copied to clipboard

Headers present in inbound email.

Link copied to clipboard

The email subject.

Functions

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