EmailMessageRfc822Data

data class EmailMessageRfc822Data(val id: String, val rfc822Data: ByteArray) : Parcelable

Representation of an email message's RFC 822 data used in the Sudo Platform Email SDK.

Constructors

Link copied to clipboard
constructor(id: String, rfc822Data: ByteArray)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
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
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val id: String

String Unique identifier of the email message.

Link copied to clipboard

ByteArray The RFC 822 formatted email message content.