Linking a button to outlook express.

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Linking a button to outlook express.

    Hey everybody!

    Does somebody know how to link a button to your outlook express.

    For example: [email]info@macromedia.com[/email]

    When you click on it, it should open your mailbox in outlook and fills in the
    right emailaddress...

    THANKS FOR HELPING ME OUT!

    Fien_vdh Guest

  2. Similar Questions and Discussions

    1. Outlook Express
      Does anyone know how to use wildcards in the OE Message Rules? Thanks
    2. Outlook Express 6.0
      In article <0b3901c3449c$c4afac20$a501280a@phx.gbl>, "Jeff Sacks" <cooljsacks@comcast.net> wrote: Please see these Microsoft Knowledge Base...
    3. Outlook Express 6
      Just changed to WinXP. Whenever I receive mail with an attachment, I receive the following message: "OE removed access to the following unsafe...
    4. Win XP and Outlook Express
      I installed Win XP over Win ME. Before, I used Outlook Express and found little trouble. Now, I can't even get it to start! The error message...
    5. Can't log in Outlook Express
      I want to access the group thru Outlook Express newsreader but keep getting error message. I don't like using web interface, takes too long.
  3. #2

    Default Re: Linking a button to outlook express.

    "Fien_vdh" <webforumsuser@macromedia.com> wrote in
    news:c6qat9$os8$1@forums.macromedia.com:
    > Does somebody know how to link a button to your outlook express.
    >
    > For example: [email]info@macromedia.com[/email]
    >
    > When you click on it, it should open your mailbox in outlook and
    > fills in the
    > right emailaddress...
    I think you want to open the user's default email client program, right?
    The most basic approach is using goToNetPage("username@domain.com"), but
    you'll probably not like the results when you do that. Make sure your
    browser and email client software are closed when you try it. You'll see
    what I mean.

    This is a very common question and there are lots of resources where you
    can find the answers.

    The technote describes a couple of methods:
    "Can Director send email from a projector or Shockwave movie?"
    [url]http://www.macromedia.com/go/12655[/url]

    (found by searching for email at
    [url]http://www.macromedia.com/support/director[/url] )

    Here's a google search of these newsgroups where you'll find hundreds of
    threads on the topic. I tend to use Buddy API as mentioned in many of the
    replies.
    [url]http://makeashorterlink.com/?D5DD34928[/url]

    Here's an article on the DOUG site:
    "Sending email in Director"
    [url]http://www.director-online.com/buildArticle.php?id=477[/url]

    However, if you're serious about wanting to open Outlook or Outlook
    Express, you should be aware that they are two different programs. Many
    folks will not have Outlook installed, though OE gets installed with
    Internet Explorer. I suppose you could use the Buddy API Xtra to see if
    either of those programs is installed and use baRunProgram in some
    manner. I wouldn't recommend this approach unless there's a compelling
    reason to require Outlook or Outlook Express.


    --
    Mark A. Boyd
    Keep-On-Learnin'
    Mark A. Boyd Guest

  4. #3

    Default Linking a button to outlook express. to: Mark A.

    Dear Mark,


    thanks for your answer...

    I tried this script goToNetPage("username@domain.com")
    but it only opens explorer and then the text appears: cannot find the page...

    I tried this one: goToNetPage "mailto:username@domain.com?subject="
    and it opens my outlook and puts the emailaddress in it but it also opens a
    netpage and then the same text appears: cannot find the page..
    It works but it shoudln't open the netpage...


    CAN YOU HELP ME OUT?

    Fien

    Fien_vdh Guest

  5. #4

    Default Re: Linking a button to outlook express. to: Mark A.

    "Fien_vdh" <webforumsuser@macromedia.com> wrote in news:c77qaq$gk2$1
    @forums.macromedia.com:
    > It works but it shoudln't open the netpage...
    I said you probably wouldn't like those results (I forgot the "mailto:" in
    my reply).
    > CAN YOU HELP ME OUT?
    DIDN'T YOU FIND ALL THE INFORMATION IN THOSE LINKS HELPFUL?
    WHICH METHODS DID YOU TRY FROM THOSE LINKS?

    Why are we yelling?


    --
    Mark A. Boyd
    Keep-On-Learnin' :)
    Mark A. Boyd Guest

  6. #5

    Default Re: Linking a button to outlook express. to: Mark A.

    Check out your posting on DOUG . . . I responded to you there.
    JP Heidi Guest

  7. #6

    Default Re: Linking a button to outlook express. to: Mark A.

    "JP Heidi" <webforumsuser@macromedia.com> wrote in news:c78b19$coc$1
    @forums.macromedia.com:
    > Check out your posting on DOUG . . . I responded to you there.
    I think you meant to reply to Fien as I haven't posted on the DOUG site in
    ages.

    Your solution (a good one) is one that Fien could easily find if he would
    just do a search as has been mentioned here and on the DOUG forum.

    Come on, Fien. Put a little effort into your research. Look it up! :-)


    --
    Mark A. Boyd
    Keep-On-Learnin' :)
    Mark A. Boyd Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139