Wednesday, July 21, 2004
ASP.NET and Office Automation
I tried to create Outlook automation obeject under ASP.NET.
But failed.
Another approach could use a dedicated server which holds
the Outlook automation object. This server communicates with
the ASP.NET via Remoting. It should be feasible. OGSI.NET uses
this approach.
http://www.asp101.com/articles/jayram/exceldotnet/default.asp
ASP.NET and Excel automation
Including security stuff, very helpful
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaol10/html/olmscNewObjects.asp
The Outlook object model
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaol10/html/olproapplication.asp
Microsoft Outlook VB Reference