# File lib/campaign_monitor.rb, line 445
    def add_and_resubscribe(list_id)
      response = @cm_client.Subscriber_AddAndResubscribe("ListID" => list_id, "Email" => @email_address, "Name" => @name)
      Result.new(response["Message"], response["Code"].to_i)
    end