Category: .NET
How to POP3 in C#
Here’s an excellent how-to on using POP3 in your C# apps. I’ve used it successfully. <font face="Verdana" color="#000000" size="2">The Pop3 class derives from the System.Net namespace:</font><font size="2"><span style="color: rgb(0,0,255)">public</span> <span style="color: rgb(0,0,255)">class</span> <span style="color: rgb(43,145,175)">Pop3</span> : System.Net.Sockets.<span style="color: rgb(43,145,175)">TcpClient</span></font><font size="2"><span style="color: rgb(43,145,175)"></span></font> <font size="2"><font face="Courier New"><span style="color: rgb(43,145,175)"><font face="Verdana" color="#000000" size="2">And the class consists of the following fields…
C# to VB.NET translator available online
I’m not sure if this will work with the upcoming C# 3.0; however, give it a go if you have the need to convert your C# code to VB. I personally prefer programming in C# since I’m used to the C-like syntax. Click here to access the page. Thanks to Alex Lowe’s AspAlliance ASP.NET website for putting…