UpdateDraftEmailMessageInput

public struct UpdateDraftEmailMessageInput

input object for updating a draft email message using SudoEmailClient

  • id

    The identifier of the draft email message to update.

    Declaration

    Swift

    public var id: String
  • Draft email message data formatted under the RFC 6854, which supercedes RFC822. This will completely replace the existing data.

    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