POP3 Library

  • Thread starter Thread starter fj
  • Start date Start date
F

fj

Does .net framework has a native POP3 component that I can use to retrieve
POP3 emails?

There are lots of 3rd party compnent out there, but I am looking for a .net
one.

Thanks

-fj
 
Hello fj,

Nope, .NET FW has no components for POP3.
You need to use Sockets for this
See this sample http://www.codeproject.com/cs/internet/despop3client.asp,
http://www.c-sharpcorner.com/UploadFile/bfarley/Pop3Access11162005023004AM/Pop3Access.aspx


---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

f> Does .net framework has a native POP3 component that I can use to
f> retrieve POP3 emails?
f>
f> There are lots of 3rd party compnent out there, but I am looking for
f> a .net one.
f>
f> Thanks
f>
f> -fj
f>
 
Back
Top