Receiving mail using .Net

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
 
D

Dmitriy Lapshin [C# / .NET MVP]

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.
 
W

Woland

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top