Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to read mails from exchange server without using outlook.

can anyone please suggest me the way to do that with code snippets in c# .net.

Thanks in advance.
Posted

1 solution

Exchange server has a WEBDAV interface you can enable which gives you a M: drive on the server (you can share this also) in which you can access the mailbox contents as EML files.
 
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