Mail through rundll
String url ="rundll32 url.dll,FileProtocolHandler mailto:abc@dsfg.com?subject=Trade Details for Client Id "+"&body="+sendData+"&attachments="+"\"\"c:\\test.txt\"\"";
try
{
Runtime.getRuntime().exec(url,null);
}
catch (Exception e)
{
e.printStackTrace();
}
This Code Working with MS Outlook but not attach file with Outlook Express.
If Anybody have reason behind this plz send me.
Thx....
Message was edited by:
Div_yesh

