Email notifier is TCP/IP application that notifies the user if there is email in the user's email server. This application checks email in default time interval of 5 minutes. You can change it with configure menu. Author: Levent Camlibel Code: ASP.NET Beta 2 & C#
This simple application is designed to be placed into the scheduler of a server to run daily, and to then read from an XML file to determine when to send which reports to whom. Author: Steven Smith Code: ASP.NET Beta 1 & VB
One of the first things many web programmers tackle within their first couple of applications is sending email from code. Yet fewer web developers have ventured into managing a POP3 email account from a web application. Author: Brad Kingsley Code: ASP.NET v2.0