Hi,
I have an asp.net app where the user edits a table that generate some reports, and then mails them to his providers.
The client wants to edit this pregenerated emails from Outlook.
There is no Exchange Server.
Should i let download the reports generated, and then use outlook automation from the client side? Can I generate a (.pst?) file that the user could import using Outlook? Or maybe there is completely another way to solve the problem?