Discussion Area

ask questions, discuss topics, solve problems

This is a public Discussion Area  publicRSS

Thread

    • How can I send / receive mails to / from outlook...
      Thread posted Sep 04 by s.harshas.c
      356 Views, 1 Comment
      Title:
      How can I send / receive mails to / from outlook express?
      Content:

      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....

    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 :).