Filelist.xml file is being added to the email attachments when running an Automation .tas file
説明
In the Automation window, when using an html file for text of an email, there is also a filelist.xml file that is being added to the attachments, which is not being specified to add as an attachment.
原因
html code
対策
If you use an html file for the text of the email, and this file is created by Microsoft Office, you will need to edit the html file in an html editor, Notepad or something similar to amend it.
Check inside the html file you are using for the text of the email, and look for a reference link to filelist.xml. This link might be generated automatically by Microsoft Office, but is looking to link the html file in use and an external file (filelist.xml).
Remove the line referencing the filelist.xml from your html file and it should stop the filelist.xml file from being attached when you run the TAS file.