Dear Friends
I am opening MS Outlook from my application. Its nicely opening. I want to wirte a text,e.d /home/sdh/app.exe this string as a link. Means when the mail goes the user should be able to click on the click and the application starts. I ca write this using.
QString command = " /c ipm.note /m " + emailids + "&subject=New%20Student" + "&body=/home/sdh/app.exe" + "\n";
arguments << command;
process.start(program,arguments);
Now how can I specify the body is a link.
Please give me some idea help me please. Thanks sujan
Bookmarks