I am using mailto: command (on XP) to send emails from a program. Everything works fine, but I do not know how to add an attachment.
The following code works (without attachment):
mailtoanny?cc=ZXINTGFII001&Subject=German%20telephone%20data&Body=Hello Danny,%0Aplease find attached the latest data.%0ARegards%0AHayo
On WinNT, the following worked also (WITH attachment):
mailtoanny?cc=ZXINTGFII001?Subject=German%20telephone%20data?Body=Hello Danny,%0Aplease find attached the latest data.%0ARegards%0AHayo?attach="c:\temp\file.txt"
How can I get that working for XP ?
Thanks, Hayo
The following code works (without attachment):
mailtoanny?cc=ZXINTGFII001&Subject=German%20telephone%20data&Body=Hello Danny,%0Aplease find attached the latest data.%0ARegards%0AHayo
On WinNT, the following worked also (WITH attachment):
mailtoanny?cc=ZXINTGFII001?Subject=German%20telephone%20data?Body=Hello Danny,%0Aplease find attached the latest data.%0ARegards%0AHayo?attach="c:\temp\file.txt"
How can I get that working for XP ?
Thanks, Hayo