[Solved] SysEmail "Attachment" Cmd to include multiple files
Posted: Sat Feb 26, 2011 8:30 am
I Need the SystemEmail "Attachment" Command format to include multiple files in one email?
The Code I am using in Windows 7 and the Windows Live Mail, allows me to attach one file to the email, but I cannot figure out how to attach Multiple files.
The Code to attach one file that works is:
eMessage.setAttachement(Array(convertToUrl(sPath & "1.pdf")))
I have tried several variants of &, comas, semicolons, nested Array(convertUrl(...) but when I run the macro, nothing works.
eMessage.setAttachement(Array(convertToUrl(sPath & "1.pdf; " & sPath & "2.pdf; " & sPath & "3.pdf")))
The Code I am using in Windows 7 and the Windows Live Mail, allows me to attach one file to the email, but I cannot figure out how to attach Multiple files.
The Code to attach one file that works is:
eMessage.setAttachement(Array(convertToUrl(sPath & "1.pdf")))
I have tried several variants of &, comas, semicolons, nested Array(convertUrl(...) but when I run the macro, nothing works.
eMessage.setAttachement(Array(convertToUrl(sPath & "1.pdf; " & sPath & "2.pdf; " & sPath & "3.pdf")))