Receiving mail using .Net

  • Thread starter Thread starter Woland
  • Start date Start date
W

Woland

Greetings,

Can anyone tell how to get an email massage using .Net Framework? In
System.Web.Mail are SMTP classes/namespaces only. No POP3 classes :(.

Woland
 
Hi Woland,

Two options here:

a) A 3rd party component
b) Your own implementation of a POP3 client

The Framework Class Library does not have support for POP3 by default.
 
That is what I was affraid of :(. Thanks for quick reply!

Woland
Two options here:

a) A 3rd party component
b) Your own implementation of a POP3 client

The Framework Class Library does not have support for POP3 by default.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
Can anyone tell how to get an email massage using .Net Framework? In
System.Web.Mail are SMTP classes/namespaces only. No POP3 classes :(.

Woland
 
Back
Top