Outlook Automation

T

Tylendal

Hello...

I would like to find some sample code that would allow me to send an email
with the reciever having the ability to select Yes or No and send the email
to a defined reciepent.

Thank you
 
D

david epsom dot com dot au

On a form, put a 'send' button.

In the click event of the send button, put the command

docmd.SendObject ,,,"to",,,"subject","message"

then change "to" so that it referes to a control on your form.

(david)
 
Top