how can i call the OutLook mail to frame
Hi All,
Please help me,
I'm calling the outlook by using the code
Process p= Runtime.getRuntime().exec(new String[]{"c:\\program files\\outlook express\\msimn.exe",""});
But what my problem is :
i need mailto frame of outlook.
please can any one give the solution
Thanks......

