Hi all,
I'm using some code to send an Email with an attachement. We are using Lotus Notes 7 and Excel 2003.
the code:
It sends fine, only the file can't be opened by the receiver. Only TXT-files can be opened. Any other extension won't open (at least not in a readable format)
Any ideas?
Dave
I'm using some code to send an Email with an attachement. We are using Lotus Notes 7 and Excel 2003.
the code:
Code:
Call Body.EMBEDOBJECT(1454, "", "C:\MyFile.xls", "")
It sends fine, only the file can't be opened by the receiver. Only TXT-files can be opened. Any other extension won't open (at least not in a readable format)
Any ideas?
Dave