Integrating POP3 client functionality into a C# application?

前端 未结 15 1436
忘掉有多难
忘掉有多难 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:19

    I did an implementation of OpenPop for a project recently, and was happy with it. It does what it says on the tin. (and it's free.)

提交回复
热议问题