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?
Printable View
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?
Check out this sample written in C#. Basically use the .NET.SOCKETS namespace
http://www.planet-source-code.com/vb...=115&lngWId=10
Cheers mate that works a treat :-)