The below code works fine with Outlook whereien it opens the outlook new mail window and fills in the fields of To,cc,body, subject as provided in the getURL function call… but unfortunately it fills only the ‘To’ field if the email client on user’s m/c is **Lotus Notes. **remaining fields are empty.
getURL("mailto:coolpills@yahoo.com?Subject="+Subject+"&cc="+main.userEmail+"&Body="+score);
Can you please suggest a solution for the above problem so that irrespective of the email cleint on the user’s m/c all the required fields are duly filled in when a get URL call is made from Flash?