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
 
Your application would need to include client-side code to save the messages as text and extract any attachments as files. So, yes, it could in theory be done, but isn't as simple as pointing at a file and uploading it.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top