Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 121,980 times

Contents

Related Categories

How to POP3 in C# - Introduction

randy

Introduction

This is the second in a series of articles on Internet programming with Microsoft's new C# programming language. In the first article, I wrote a simple SMTP class. In this article, I'm going to write a simple POP3 class. The SMTP class that I wrote was not very useful, except maybe as an exercise, as there already exists a similar SMTP class in the Web.Mail namespace of the .NET framework called SmtpMail. Our POP3 class in this article will be a little more useful as it doesn't already exist in the .NET framework. I have encountered many POP3 C# classes in my searches of the Internet and most were sufficient to begin programming email clients.

Randy's article are Copyright 1998-2003 Randy Charles Morin

Comments

  • Re: [4071] How to POP3 in C#

    Posted by mrymyousefii on 30 Jul 2008

    I got codes for receiving email from one of the article and made some necessary adjustments, but giving me this exception:


     


    System.Net.Sockets.SocketException...

  • Re: [4071] How to POP3 in C#

    Posted by burnt1ce85 on 12 Jun 2008

    Most pop3 mail servers encrypt their connection using SSL (port: 995). This tutorial seems to only cover accessing email using an unecrypted connection. Anyone knows a tutorial that covers encrypte...

  • Re: C#.net coding regards

    Posted by seamnia on 12 Nov 2007

    Hi VidyaRe: [4071] How to POP3 in C#

    Posted by thilagam on 20 Aug 2007

    Thanks for publishing this wonderfull article. I want to know how to save the attachment to the specified location automatically

  • mail.dll

    Posted by lesnikowski on 10 Nov 2005

    [url="http://www.lesnikowski.com/mail"]http://www.lesnikowski.com/mail[/url]