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.
精彩评论