E-Mail Options and then send.

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

Guest

I have a CMD Btn that I use that generates a email to the email address on the form and it also puts message text in the email. It works great

Now the rest of the story. When the email come up I must click the Options btn so that I can tag the message for a Delivery Receipt and Read Receipt and then close the Options Menu and then send the email

I know this sound lassie but after doing 100 emails it would be faster

NOTE: I have clicked the default in outlook but I still nees to click them if the email is generated from Access

Can I use code to do this for the end user??
 
have you tried DoCmd.SendObject

KANOE said:
I have a CMD Btn that I use that generates a email to the email address on
the form and it also puts message text in the email. It works great.
Now the rest of the story. When the email come up I must click the Options
btn so that I can tag the message for a Delivery Receipt and Read Receipt
and then close the Options Menu and then send the email.
I know this sound lassie but after doing 100 emails it would be faster.

NOTE: I have clicked the default in outlook but I still nees to click them
if the email is generated from Access.
 
Yes that is what Im doing now. The Email comes up and that is when I need to go into the options and then check the options and then close it and click send.
 
Back
Top