开发者

Check my emails?

开发者 https://www.devze.com 2023-01-26 19:06 出处:网络
Sending emails in .NET is simple - create MailMessage and send u开发者_StackOverflowsing SmtpClient. But how do I check my Inbox i.e. get list of emails that have arrived to me?There is nothing that i

Sending emails in .NET is simple - create MailMessage and send u开发者_StackOverflowsing SmtpClient. But how do I check my Inbox i.e. get list of emails that have arrived to me?


There is nothing that implements POP or IMAP protocols in the .NET base class library, so you will need to use a third-party library (unless you want to implement them yourself). This SO question may help: https://stackoverflow.com/questions/26606/free-pop3-net-library

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号