I am creating forms in Outlook 2000 and need to add a command button. When this button is pressed the form is sent back to the person who sent it first!
Any ideas how this can be done (or if it is possible)
Thanks
Vicky
Printable View
I am creating forms in Outlook 2000 and need to add a command button. When this button is pressed the form is sent back to the person who sent it first!
Any ideas how this can be done (or if it is possible)
Thanks
Vicky
Need to write VBScript on the form, get the function for OnClick event, Inside the code you can get the e-mail address of the person who sent the form/e-mail to begin with by getting the FROM ID. Once you have that, can send the mail.
Nilesh Mehta
Using VBScript you can call MAPI and use either Reply or Forward to the Person who sent it first.
If you want help with this just let me know!
Don't forget to rate!!!
Andrew Lennon (Berlitz)
Automation Dev Engineer