Click here to Skip to main content
15,906,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I using c# check in my outlook inbox and look for a file i.e. values.csv and then save it onto hard drive. thanks
Posted
Updated 6-Nov-13 2:00am
v2
Comments
ZurdoDev 6-Nov-13 8:00am    
Look into the Outlook SDK or Exchange Web Services.
Mike Vlast 6-Nov-13 12:56pm    
Is it a .pst file?

There are many manuals on this topic. For example, you can read this 3-part cycle of CodeProject articles:
Programming With Exchange Server 2007 (EWS) - Part 1[^] (Exchange architecture and the basics are explained here),
Programming With Exchange Server 2007 (EWS) - Part 2[^] (accessing items in a folder and searching them is explained here),
Programming with Exchange Server 2007 (EWS) - Part 3[^] (reading mail is explained here).

Good luck,
—SA
 
Share this answer
 
v3
Look at PST .NET . There are many examples how to read Outlook pst files.

/Pari
 
Share this answer
 
v2

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