ASP + Outlook

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Austin_newFlexer

    ASP + Outlook

    hi!

    By clicking any href link , i want to open outlook express in my
    asp.net page. And i need to display the webpage on that outlook
    express.

    if any one have any idea pls note

    thanks in advance

    Austin
  • siccolo

    #2
    Re: ASP + Outlook

    On Feb 13, 5:49 am, Austin_newFlexe r <austin.erickso n.1...@gmail.co m>
    wrote:
    hi!
    >
    By clicking any href link , i want to open outlook express in my
    asp.net  page. And i need to display the webpage on that outlook
    express.
    >
    if any one have any idea pls note
    >
    thanks in advance
    >
    Austin
    hmm...may be <a href="mailto:au stin.erickson.1 ...@gmail.com"> send
    email</a>
    take a look at mailto paraemters.

    Comment

    • Alexey Smirnov

      #3
      Re: ASP + Outlook

      On Feb 13, 11:49 am, Austin_newFlexe r <austin.erickso n.1...@gmail.co m>
      wrote:
      hi!
      >
      By clicking any href link , i want to open outlook express in my
      asp.net  page. And i need to display the webpage on that outlook
      express.
      >
      if any one have any idea pls note
      >
      thanks in advance
      >
      Austin
      If you mean you need to open a page in Outlook Express, then I don't
      think you can. I'm also not sure if there any reason for user to do
      this. This program is supposed to create messages and not to browse
      the web pages.

      What you can do is the href link in the following format

      href="MAILTO:<a ddress@>?body=y our_text_here"

      It will launch the default email client with the your_text_here text

      Comment

      Working...