Adding controls in the Email Form

  • Thread starter Thread starter Manikandan R
  • Start date Start date
M

Manikandan R

Hi,

I am having some requirement in MS office outlook. I want to add the Radio
button in the incoming message form. The mails which are received from the
particular mail box should have this control and If users clicks the added
radio button the auto reply should be sent to the sender with the body as
"Approved".

Please help us to get the solution in this requirement.

Thanks in Advance,
Manikandan R.
 
In Outlook 2007, build an add-in with a form region. For earlier versions,
consider using the Add-in Express developer toolkit, which has similar
functionality.

Or build an add-in that uses a toolbar or ribbon command, not an option
button, to launch the autoreply.
 
Back
Top