An ASP.NET page cannot respond to Outlook events. It can perform Outlook automation using client-side VBScript or JScript. In other words, all the Outlook code would have to be client code, not server code.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Naji" wrote in message ...
• Can an ASP.Net page sense its outlook browser environment, and based on
that be able to open inspectors and change MailItem properties before item is
sent?