Integrating POP3 client functionality into a C# application?

前端 未结 15 1447
忘掉有多难
忘掉有多难 2020-12-07 09:39

I have a web application that requires a server based component to periodically access POP3 email boxes and retrieve emails. The service then needs to process the emails whi

15条回答
  •  眼角桃花
    2020-12-07 10:26

    Jmail.NET. Don't look further. Note that the free version doesn't include POP3. You'll want to take the Standard version (or more). Don't worry, it's not expensive.

提交回复
热议问题