CreateDraftEmailMessageInput

public struct CreateDraftEmailMessageInput
  • Draft email message data formatted under the RFC 6854, which supercedes RFC822.

    Declaration

    Swift

    public var rfc822Data: Data
  • The identifier of the email address used to send the email. The identifier must match the identifier of the email address of the from field in the RFC 6854 data.

    Declaration

    Swift

    public var senderEmailAddressId: String
  • Declaration

    Swift

    public init(rfc822Data: Data, senderEmailAddressId: String)