Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii every one,
I'm able to display the contact details in outlook but i can not display the message content by read it from inbox to display in listbox please.
Posted
Comments
Philippe Mori 29-Dec-11 8:30am    
I doubt it is possible... For this kind of thing, you would usually uses the regular Outlook that come with Microsoft Office.

Outlook Express has been obsolete for so long I can't even remember the last time I actually saw anyone using it... It's a security nightmare, and has been removed from Windows ages ago

AFAIK, Outlook Express doesn't have an API to manipulate it programmatically (but Outlook does).You should probably send the mail directly from your C# code, without involving Outlook Express. Check out the System.Net.Mail namespace in MSDN, it contains everything you might need (including code samples) or use Outlook via VSTO.

Cheers

EDIT:

I was wrong, check here
Reading and Writing Messages in Outlook Express[^]
and also this
http://msdn.microsoft.com/en-us/library/ms710250%28VS.85%29.aspx[^]

Cheers
 
Share this answer
 
v2
It's possible some your data were corrupted. To view proper data you may try to use next application.
It restores contacts, notes, calendars and the rest data in Outlook Express. See it below
outlook express fix
 
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