Adding Outlook 2007 items via file upload

Posted on 16th Feb 2014 by admin

I am looking for a way to be able to attach an Outlook item (an email message) in an ASP.NET 3.5 application. Similar to when in Outlook and sending an attachment, you can select either a file, or an item. Selecting an Item, opens up your Outlook folder directory, and you can select an email message, and send it as an attachment. I have a need for being able to access these emails in the Outlook folder directory and add them as a file attachment. I am not using the File Upload Control, I am using an HTML input tag with type="file". Please let me know your ideas. Thanks!

Other forums