Hi All,
I used this code
Runtime.getRuntime().exec(
new String[] {"rundll32", "url.dll,FileProtocolHandler",
"mailto:" + "&subject=" + "testmail" + "&attachment="+"\"" + "C:\\test.txt" + "\""}, null
);
.
Once execute, it will open outlook express along with subject, but without attachment.
I want to send the attachment programmatically using java..
If anybody come across this issues, share your ideas...
Edited by: SARAV_RS on Dec 28, 2008 11:09 PM