Home All Groups Group Topic Archive Search About
Author
20 Mar 2007 9:38 PM
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

Author
21 Mar 2007 10:01 AM
Michael Nemtsev
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>
Author
21 Mar 2007 10:24 AM
Eric Moreau
see http://www.lesnikowski.com/mail/Index.aspx

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc. (http://www.emoreau.com/)

Show quote
"fj" <fj@nospam.com> wrote in message
news:uac3NgzaHHA.2316@TK2MSFTNGP04.phx.gbl...
> 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
>
Author
21 Mar 2007 5:19 PM
Rad [Visual C# MVP]
On Tue, 20 Mar 2007 14:38:07 -0700, fj wrote:

> 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

Also have a look at OpenPOP

http://sourceforge.net/projects/hpop/
Author
22 Mar 2007 6:41 AM
ivar
Hi,

smtp,pop3,imap,dns,sip, ... . all free with c# source code

http://www.lumisoft.ee/lswww/download/downloads/Examples/
http://www.lumisoft.ee/lswww/download/downloads/Net/
http://www.lumisoft.ee/Forum/


Show quote
"fj" <fj@nospam.com> wrote in message
news:uac3NgzaHHA.2316@TK2MSFTNGP04.phx.gbl...
> 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
>

AddThis Social Bookmark Button