Outlook code can't respond directly to a click in server-side ASPX code.
You'd have to find a way to notify the Outlook code that the click had
occurred. Perhaps a Web service or something like that?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Ravi" wrote in message
...
Hi,
My requirement is to refresh the folder structure in the Outlook on click
of
a button on a ASPX form.
The webpage is at the web server and displayed within the outlook trough a
compatible outlook Add-in.
Is it possible to catch the Button click event of the web form inside the
Outlook so that the folder structure could be refresh with the data
displayed
in the webpage?
Thanks in advance for your help and time.
Ravi