tags:

views:

458

answers:

2

Possible Duplicate:
Reading Email using Pop3 in C#

How can I fetch/download all email (preferably as MailMessage) via POP3 from a mailserver using C#?

A: 

.NET BCL does not have POP3 client class built in so you'd have to search for a third-party one. See this for a list of those.

Anton Gogolev
A: 

This is a project I found on Web.

CodeProject

Chathuranga Chandrasekara
I used the one on which this project was based, and it was good. +1 for you.
Randolph Potter
It does not parse the messages.
Pawel Lesnikowski