Fetch Emails from Outlook Express.

Hi,

I have a requirement where I am supposed to fetch the emails from my Outlook Inbox for a particular email id. For example..I have emails in my inbox from email idpooja.katiyar@xyz.com and as a search string I give this email id..then it would search in the entire Inbox and it would fetch all the emails in the notepad from that particular email id.

Any idea how about going to implement that in C#?

Any kind of help is appreciated.

Thanks.

Pooja.

[812 byte] By [PoojaKatiyar] at [2008-2-14]
# 1

Just to be clear. Do you wish to

a) Copy emails which have already been downloaded by Outlook Express from the mail server, and are sitting locally in a .PST file. or

b) Download emails from a mail server from an email account which you normal read using Outlook Express.

JamesCurran at 2007-9-10 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 2
Option a is the answer of your question.
PoojaKatiyar at 2007-9-10 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 3

check this links hope they help you in finding the right solution...

http://g8.cx/mapi/

http://blogs.ittoolbox.com/c/programming/archives/reading-email-using-mapi-in-vbnet-5855

KarthikeyaPavanKumar.B at 2007-9-10 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...