Home >>
Tutorials & Examples >> Email
Email
Sorted By
date desc
|
Sort By:
|
Date
|
Most Popular
|
Name
|
Ratings
|
This control can show an e-mail address as a link on a web page without the risk of the address being captured by spammers |
|
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. |
|
In this article, I'll show how to create a fully functional SMTP email client for ASP.NET in just 70 lines of C#.
|
|
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.... |
|
Email Integration is a very common part of almost every application. Any user would like to have the email facility to communicate.... |
|
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. |
|
Using C# to encode an e-mail address on the server and JavaScript to decode the address on the client. |
|
|