DeleteDraftEmailMessagesInput

public struct DeleteDraftEmailMessagesInput

input object for deleting draft email messages using SudoEmailClient

  • ids

    The list of unique identifiers of the draft email messages to delete.

    Declaration

    Swift

    public var ids: [String]
  • The identifier of the email address associated with the draft email message.

    Declaration

    Swift

    public var emailAddressId: String