Hi all,
I have some VBA code to send a Lotus Notes email from MS Access. The code has the ability to attach a file. Code works fine : it creates & sends the email. There's only one issue: when attaching anything else than an .TXT file the file is unreadable for the mail-recepients.
I'm using some code wich is very familiar to this forum.
I have no idea why and can't seems to find anything on search.
help appreciated.
Dave
I have some VBA code to send a Lotus Notes email from MS Access. The code has the ability to attach a file. Code works fine : it creates & sends the email. There's only one issue: when attaching anything else than an .TXT file the file is unreadable for the mail-recepients.
I'm using some code wich is very familiar to this forum.
Code:
Call Body.EMBEDOBJECT(1454, "", "C:\MyFile.xls", "Attachment")
help appreciated.
Dave