Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working on a workflow solution where we need to integrate MS Outlook 2010 or above to the workflow. This includes receiving emails that actually came in on Outlook as a part of the queue in ASP form, sending reply, downloading or adding attachments. I need help in some tips and trics in integrating the outlook email through ASP.net page so that the workflow can use it.

I have been searching across the globe but haven't been able to find a good solution

Please help
Jads
Posted

 
Share this answer
 
Comments
Gihan Liyanage 15-Sep-14 5:55am    
Did you got a solution from my support, I can see you have not accepted any answer.If you are ok with this answer plz accept it. Then any user having same problem can identified it has solved the problem..
Hi, I think you will be needing to read the OutLook API to recieve the emails on your website. Otherwise there is no such built-in feature that will allow you to get the OutLook emails on your website.

You need to use API, pass some credentials and then get the result out HTTPS and show them on the web page.

However, to deal with the ASP.NET and send the emails, attach files etc I have written an article feel free to check it out.

Sending emails easily using ASP.NET helpers[^]

But remember, you will be needed to read the Outlook API to integrate their inbox to your own website's inbox.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900