How can I launch a new email message?

  • Thread starter Thread starter michaaal
  • Start date Start date
M

michaaal

What code enter for my button that I would like to have launch a new mail
message?

(I would think I might use something like this....?)

Shell(mailto:[email protected])
 
application.FollowHyperlink "mailto:[email protected]"

This worked great!

I actually used a link like this...
application.FollowHyperlink mailto:[email protected]&subject=This is the
subject&body=This is the body

Is there a way to make the message automatically "send"?

Thanks!!
 
Hum.....making it send right away?

In those cases, I would start to recommend that you consider using outlook,
and NOT outlook express.

If you are using outlook, then you can have it send (but, there is some
security nags that do pop up..).

Do you have outlook?
 
If you are using outlook, then you can have it send (but, there is some
security nags that do pop up..).

Do you have outlook?

I see.. Yes, I do have Outlook, but I was really trying to get my database
to send about 10 emails automatically. I could always use CDO's programmed
in VBA, right?

Michaaael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top