Outlook MS Outlook accept/reject button

Joined
Sep 5, 2006
Messages
1
Reaction score
0
Is there a way to put a button in the email body for the user to press, which automatically sends an email back with the message accepted or rejected?

I tried designing a form with command button in the body, and in the code behind put
sub commandbutton1_click

msgbox "this is a test"

end sub

but when I send the email to myself, and click the button, no popup occurs. Is it not possible to trigger events on the client side, i.e. when the recipient of the email opens the email? thanks.
 

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

Top