I am updating several SSIS packages. One of them contains a script task that first creates an Access table containing all of the data, then it creates several new PDF reports that are based on the customer names, and it adds the date the package was run to the file name. PDF FILE NAME EX:Chase-1-2-2011, Ford-1-4-2012
I already have the code for all of that but I am looking for a way to email the resulting PDF report as an attachment. I can't just add it as an attachment as the name changes everytime it is run.
Any suggestions? I am new to VB so please dont complicate the soution too much.
Thanks!