Home >>
Tutorials & Examples >> Email
Email
Sorted By
hits asc
|
Sort By:
|
Date
|
Most Popular
|
Name
|
Ratings
|
This application is written in C# and is multithreaded, the allows the client application to invoke the POP3 library and get the messages, the status and the results of the POP3 events are passed back to the client application using the C# delegates. |
|
Sending email could not get any easier with .Net. This C# wrapper function allows you to integrate email into your applications with a simple cut and paste. |
|
A number of customers and people have emailed me asking how to track when an email is opened and read. This article will cover various techniques for tracking when an email is read, along with some of the pro and cons of each technique. |
|
Often we need to generate email responses from our ASP.NET applications. Users forget their passwords, need email confirmations, or we'd just like to send them a friendly thank you for signing up. |
|
With the Windows XP operating system, Visual Studio.Net installed. This seems to be a very common problem while using an ASP.Net application to send emails.... |
|
In this article, I'll show how to create a fully functional SMTP email client for ASP.NET in just 70 lines of C#.
|
|
Email Integration is a very common part of almost every application. Any user would like to have the email facility to communicate.... |
|
|