Hi all
I have a folder that contains around ten .xls files. I would like to email these .xls files to an individual. What I would like to know is how to email the contents (.xls files) or just simply email the folder itself.
How can I do this using VB.Net within a Script Task, or using another method through SSIS?
It will probably be a good idea to zip the folder contents first. How can I zip the folder in SSIS using VB.Net??
And one final question, is there a way to merge all .xls file into one workbook so each original .xls file is a worksheet in the new workbook???
Thank you in advance.