Re: Email Socket Question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




googlegroups@xxxxxxxxxxxxxxxxxxx wrote:
I am learning vb.net and trying to create a simple program to watch
port 25 and receive email. I do not need any advanced features. I
just need to connect, watch and grab the emails as they come. This
seems like it should be a pretty simple but I can not seem to find any
examples in vb.net 8. Any help is appreciated. TIA

TCPListener is your friend (It's in System.Net.Sockets).

HTH.

Regards,

Branco.

.



Relevant Pages