Update Draft Email Message Input
data class UpdateDraftEmailMessageInput(val id: String, val rfc822Data: ByteArray, val senderEmailAddressId: String)
Input object containing information required to update a draft email message.
Parameters
sender Email Address Id
String Identifier of the EmailAddress being used to send the email. The identifier must match the identifier of the address of the from
field in the RFC 6854 data.
Properties
Link copied to clipboard
ByteArray Email message data formatted under the RFC-6854 (supersedes RFC 822) (https://tools.ietf.org/html/rfc6854) standard. Some further rules (beyond RFC 6854) must also be applied to the data:
Link copied to clipboard