retrieve email using c#?

后端 未结 3 1911
有刺的猬
有刺的猬 2020-12-31 08:24

I want to retrieve emails from my Go Daddy account using C#. I tested OpenPop.NET to do that like so:

    OpenPop.Pop3.Pop3Client PopClient = new OpenPop.Pop         


        
3条回答
  •  春和景丽
    2020-12-31 09:17

    Its probably because your email account is not configured for Pop by default.
    Go to settings in your email account and enable pop.

提交回复
热议问题