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.
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.