DoCmd.SendObject

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

ive used the DoCmd.SendObject to send an email via a command button. when the
button is clicked the email editor opens and you have to click send. Is there
anyway to send an email without the editor opening and pressing the command
button.
 
StuJol said:
ive used the DoCmd.SendObject to send an email via a command button.
when the button is clicked the email editor opens and you have to
click send. Is there anyway to send an email without the editor
opening and pressing the command button.

There is an argument (the last one?) in SendObject that controls whether the
message is displayed first or just sent in the background. Check help topic
on SendObject for details.
 

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