Hello all...
My company has an ASP.NET website, and we want to provide an email-parsing system for our clients. With the system, our clients would go to our website, login, and send us a list of emails (which they receive from their clients). Server code would then parse the emails and store them on our database. Then, our clients can view and print reports based on the parsed data.
That's the general idea.
Now, we expect our clients to use Microsoft Outlook to receive emails from their clients. We need a way for our clients to send us those emails so that we can parse them and provide reports. That's my question... How can I read the client's outlook inbox, and send selected messages to our server through our website?
The desired scenario is as follows: our clients would go to our website, login, and click on a button that says something like "send email". At that point, a little program would run on the client side and will
(a) read the Outlook's inbox,
(b) allow the user to pick which emails are to be sent to us,
(c) convert the selected emails to a format that could be read by our server, and
(d) send the converted emails to our server, where server code will parse and store the data.
How would I go about accomplishing that using ASP.NET 2.0 (or 3.0/3.5) and C#? Or, should I use a different approach?
Thanks.
_________________________________
I think, therefore I am. [Rene Descartes]
My company has an ASP.NET website, and we want to provide an email-parsing system for our clients. With the system, our clients would go to our website, login, and send us a list of emails (which they receive from their clients). Server code would then parse the emails and store them on our database. Then, our clients can view and print reports based on the parsed data.
That's the general idea.
Now, we expect our clients to use Microsoft Outlook to receive emails from their clients. We need a way for our clients to send us those emails so that we can parse them and provide reports. That's my question... How can I read the client's outlook inbox, and send selected messages to our server through our website?
The desired scenario is as follows: our clients would go to our website, login, and click on a button that says something like "send email". At that point, a little program would run on the client side and will
(a) read the Outlook's inbox,
(b) allow the user to pick which emails are to be sent to us,
(c) convert the selected emails to a format that could be read by our server, and
(d) send the converted emails to our server, where server code will parse and store the data.
How would I go about accomplishing that using ASP.NET 2.0 (or 3.0/3.5) and C#? Or, should I use a different approach?
Thanks.
_________________________________
I think, therefore I am. [Rene Descartes]