Jump to content

sending mail with outlook 2003


gleem
 Share

Recommended Posts

Here is my current code:

#include <INet.au3>

_INetMail("user@email.com", "change tape", "change tape now")

sleep(5000)

Send("{alt}s")

The problem I am having is actually sending the message. once the message is created, if I hold down alt-s, the message will send. if I try and have autoit do it, nothing happens.

any ideas?

Link to comment
Share on other sites

Here is my current code:

#include <INet.au3>

_INetMail("user@email.com", "change tape", "change tape now")

sleep(5000)

Send("{alt}s")

The problem I am having is actually sending the message. once the message is created, if I hold down alt-s, the message will send. if I try and have autoit do it, nothing happens.

any ideas?

Try instead:

Send("!s")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...