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

I just wanted to Read the MailBox e-mails From Exchange server through C# Program(Windows Application).It should read mails from one of the users mailBox which have certain subject Line.Could Anyone Help on this.

Thanks,
Prasant
Posted
Updated 11-Apr-11 18:40pm
v2
Comments
jim lahey 11-Apr-11 9:19am    
Some further information would help. Exchange Version? C# Version? Web, WinForms, Console Application?
Sandeep Mewara 11-Apr-11 9:33am    
Care to elaborate more? What, where and if any effort made till now from your side?

 
Share this answer
 
 
Share this answer
 
In this case of yours I would like to suggest you the following solution

Consider using Exchange WebService which can be consumed by .NET client application through ASMX webservice or WCF manage client proxy. Exchange Web Service (EWS) provides rich programming interfaces for client applications to interact with Exchange Server for retrieving and updating information.

There is a library (Exchange WebServices .NET) available that can help you out:

http://www.independentsoft.com/exchangewebservices/index.html

Hope the available provided solution could help you out in reading Exchange mailbox.

Regards,
Christina
 
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