GetEmailMessageWithBodyInput

data class GetEmailMessageWithBodyInput(val id: String, val emailAddressId: String)

Input object containing an email message identifier and email address identifier used to retrieve the email message data.

Constructors

Link copied to clipboard
constructor(id: String, emailAddressId: String)

Properties

Link copied to clipboard

String Identifier of the email address associated with the email message.

Link copied to clipboard
val id: String

String Identifier of the email message body data to be retrieved.