spitzmuller
Programmer
Hi
I use this to send emails:
Call ShellExecute(hwnd, "open", stext, vbNullString, vbNullString, SW_SHOWNORMAL)
where stext is e.g. the following:
mailto:john@doe.com?CC=maria@doe.com&Subject=Test&Body=Blablablablabla&Attach="C:\Boot.ini"
Everything works fine except the attachement. When Thunderbird opens, there is no file attached to the mail.
What do i have to do do get it to work?
Thanks for your help Simon
I use this to send emails:
Call ShellExecute(hwnd, "open", stext, vbNullString, vbNullString, SW_SHOWNORMAL)
where stext is e.g. the following:
mailto:john@doe.com?CC=maria@doe.com&Subject=Test&Body=Blablablablabla&Attach="C:\Boot.ini"
Everything works fine except the attachement. When Thunderbird opens, there is no file attached to the mail.
What do i have to do do get it to work?
Thanks for your help Simon