Hi All,
I want to open the default mail client(I can assume it to be OUTLOOK only, for simplicity sake) of the user from my
java program with pre-populated subject and body. The user will then enter the TO list and may edit the body and then send it.
How to go about this requirement. I know we can use Java Mail to compose and send mails silently with out actually showing the mail client for editing and all.
Thanks