Upload Outlook Email via ASP.NET

  • Thread starter Thread starter Jeffrey H
  • Start date Start date
J

Jeffrey H

My ASP.NET application has a file upload module to upload files from a
client's desktop to the web server. This module works very well. However,
our clients have been asking if there is a way to upload email text and
email attachments directly from their Outlook InBox to our web server.

Is there a way to accomplish this?

Thanks - Jeff
 
Can someone give me some more information on this kind of add-in? I'd rather
not create it myself, if possible. Does anyone know of a pre-written add-in
that achieves this?

Jeff
 
From ASP.NET, I think you can use CDO to access anyone's emailbox and do
whatever you want.
 
Back
Top