Building an Email client

  • Thread starter Thread starter Poppy
  • Start date Start date
P

Poppy

I have to write an email client in VB.net to read from
Hotmail but I need to do it without 3rd party controls.

Does anyone know of any good sites which might give me an
overview of this subject ?

Thanks in Advance
 
* "Poppy said:
I have to write an email client in VB.net to read from
Hotmail but I need to do it without 3rd party controls.

Does anyone know of any good sites which might give me an
overview of this subject ?

Namespace 'System.Web.Mail' (requires reference to "System.Web.dll"),
FAQ: <URL:http://www.systemwebmail.net/>.

CDO/Exchange:

Support Policy for Microsoft Exchange APIs with .NET Framework Applications
<URL:http://support.microsoft.com/?scid=kb;EN-US;813349>

HOW TO: Retrieve Messages Using CDOEX and ADO in Visual C#
<URL:http://support.microsoft.com/?scid=kb;EN-US;310206>

Self-made:

<URL:http://www.codeproject.com/csharp/karavaev_denis.asp>
<URL:http://www.codeproject.com/csharp/popapp.asp>
<URL:http://www.codeproject.com/csharp/pop3client.asp>

SMTP and POP3 Mail Server
<URL:http://www.codeproject.com/csharp/smtppop3mailserver.asp>

Commercial:

<URL:http://www.abderaware.com/mail/>
 
Back
Top