Hi,
I am designing a new web-application in flex 3.
Here, i have a doubt on how to send / receive mails to / from the outlook express.
please help me out with some example code....
Be the first to rate this Post
|
To send an email using outlook or other email client that the user has default on his own computer you can try like this:
navigateToURL( new URLRequest("mailto:name@site.com?subject=whatever&body=yourmessage"), "_parent");
Post a replay if this work :).
Copyright © 2009 Adobe Systems Incorporated. All rights reserved.
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-08-2008).
Powered by HiveLive
Comments
To send an email using outlook or other email client that the user has default on his own computer you can try like this:
navigateToURL( new URLRequest("mailto:name@site.com?subject=whatever&body=yourmessage"), "_parent");
Post a replay if this work :).