'how to read mails from Exchange using mapi [closed]

I'm beginner to C#. Now I'm trying to develop a mail reading application that uses the MS Exchange native protocol (mapi) in C#.

I have tried using EAgetmail.dll which is available over the internet. It was working fine but now I'm trying without using third party dll.

Whether any codings are available for without using the Dll or any source code is available for your recommended dll. If you feel any possibilities to resolve my issue please share the codings or say me the website to refer. Your support will be great helpful for me.



Solution 1:[1]

you can use the native .net System.Net.Mail to do this

check out this example on the msdn site.

http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/a75533eb-131b-4ff3-a3b2-b6df87c25cc8/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kenneth Garza