Upload Outlook Email via ASP.NET?

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
 
S

Sue Mosher [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top