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#?
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#?
.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.