RawMessageResponse

@Serializable
data class RawMessageResponse(val raw: String)

Response containing the raw RFC 2822 message content.

Constructors

Link copied to clipboard
constructor(raw: String)

Properties

Link copied to clipboard
val raw: String