PDA

Click to See Complete Forum and Search --> : Receive emails from POP3 using vb.net


benwilliamson
Jul 2nd, 2002, 07:19 AM
I am trying to write a windows service that periodically checks emails on a pop3 server using vb.net. Is there an equivalent to the old MAPI in .net?

cim3
Jul 3rd, 2002, 05:29 AM
Check out this sample written in C#. Basically use the .NET.SOCKETS namespace

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=115&lngWId=10

benwilliamson
Jul 8th, 2002, 09:01 AM
Cheers mate that works a treat :-)