First Let me Explain the Scenario I Got As I am a newbie to the Outlook Programming please forgive this is a stupid question and direct me to correct way.

In my Custom Application a to-do item will be pending on a user and the application sends the email to the user whether to approve or reject. Every TO-DO Item contains a Unique ID which will be appended to a URL and the email contains this URL.The User clicks on the URL and then logs into my custom application portal approves the TO-DO.

Now I need to Approve this TO-DO from the Outlook Message so that user no need to login into the portal.

The Email Message Should Have Two Buttons saying Approve and Reject Whenever the User clicks on the Approve Button the TO-DO should be approved and upon reject it should be rejected.

For this I have modified the Message Form Using Tools ->Forms -> Design Form -> Message and added two buttons Approve and Reject in the form (Not in the Email Message). After this I have added the Event Handlers for these two buttons in the script editor (I think from this script I can communicate with my custom application).

I wanted to know if I send a message using my custom application how to mention to Outlook to use this Custom form. How can I achieve this ?

Is it makes sense till know what I did & also is there any way to put the buttons in the Email body and assign macros to those Two Buttons.

Please suggest me how to create a solution for this...

link|improve this question

65% accept rate
feedback

migrated from superuser.com May 29 '11 at 22:05

This question came from our site for computer enthusiasts and power users.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.