Hi Guys,
I am using Visual-Basic-6
The below code works fine to attach a single file into mail.
objMail.attachments.Add ("C:\Zim Suite\Requests\" + Text1 + "-" + Text2 + "-" + Text5 + "-Test Document" + ".pdf")
How do I attach multiple files into my mail?
Text1, Text2 and Text5 are common to all files. The extensions could be a mixture of .pdf, .jpeg and .xlsx files.