View Single Post
  #4  
Old April 22nd 08, 05:51 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Folder Custom View

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?


Ads