Integrating POP3 client functionality into a C# application?

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

    Since I had to automate some email processing things. I took OpenPop.net I was searching how I could forward mailmessages with this library and came across this amazing function: http://hpop.sourceforge.net/documentation/OpenPop~OpenPop.Mime.Message.ToMailMessage.html

    to summarize, I have chosen OpenPop.Net and recommend it!

    best regards, JP

提交回复
热议问题