A simple POP3 library with SSL support in Visual Basic.NET

by Matthias Broschk March 13, 2006 17:37
Sending emails from your .NET program is an easy task, since the Simple Mail Transfer Protocol (SMTP) is part of the framework. Unfortunately the Post Office Protocol (POP3) is not (yet) implemented in the .NET framework and therefore in order to receive emails it is necessary to buy a ready-to-use component or come up with your own solution. POP3 is a fairly simple protocol and therefore I decid... [More]

Tags: , , , ,

Visual Basic.NET

Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen | Modified by Mooglegiant

About the author

Matthias Broschk from Hamburg (Germany) wrote his first goto statements in QuickBasic at the age of fifteen, switched to Visual Studio (i.e. Visual Basic / Visual C++) at version 5.0 and has been an addict of .NET since its early beginnings. There have been many other languages and frameworks (Java, PHP, ... ), but none about which he has been as enthusiastic as .NET. These days you can find more information in blogs rather than anywhere else. Therefore he has decided to share his experiences and start yet another .NET blog.