Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.....
i have a problem that i am sending mail to the client through exchange server in asp.net 2003
but when i try same code in asp.net 2010 then its saying error.
Posted
Comments
Tim Corey 26-Jul-12 10:06am    
You need to give us more than that. How can we help you fix your issue? Please show us the relevant code and paste the error statement here as well (the actual wording, not your interpretation of the wording).
bbirajdar 26-Jul-12 10:18am    
Ok.. So what is your next step now?

1 solution

Integration with Exhcange 2010 is a little different than 2003. Exchange 2003 uses WebDav as default communication while 2010 switched to webservices. If you enable IMAP for your Exchange server, you can use IMAP to send mail. That is probably the easiest solution.

But there are a lot of possible reasons for why your code is failing. It could be firewalls, exchange access rights and more. What kind of error do you get when trying to send mail and which protocol are you using?

If you want to do more integration (like read mail, list contacts etc) I will recommend using a library from Independentsoft http://www.independentsoft.de/[^]

I've used their components in a few projects, and they are perfect for Exchange integration.
 
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