That makes more sense than trying to do it directly with ASP.NET code.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Ken Slovak - [MVP - Outlook]" wrote in message ...
I've had to do similar things from Web apps for a few projects for clients.
In those cases if I wanted to use Outlook code I wrote a DLL using the
Outlook object model, marked it safe for scripting and safe for
initialization and had the DLL downloaded to the client machine. Then the
Web code could automate the DLL and get the data back that way.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Sue Mosher [MVP-Outlook]" wrote in message
...
To ask directly the question that Dmitry's response implies, why would you
use a web application to extract data from a local Outlook user's folders?