Version: 2.9.3
Use controls to create, send, retrieve, preview and edit Internet email messages.

Sample Projects Included
The Mail for .NET samples included with the installation are fully working applications and include complete source code.

Sample Name Sample Description Environments
Bulk Mailer Uses the SMTP Control to show how to send the same message to many recipients. Addresses are taken from a CRLF delimited text file. Uses the POP Control to show how to maintain a list of people who have replied with REMOVE in the subject. VB 6, VB.NET
Mail Forwarder Uses the POP Control to retrieve all messages for a given source address. Uses the SMTP Control to forward those messages to a given destination. VB 6
SMTP Client Demonstrates how to build and send a message using the Message Object and SMTP Control. VB 6, VC++ 6, ASP, Delphi 4/5, PowerBuilder 6, FoxPro, VB.NET
POP Client Demonstrates many aspects needed to create a simple message client program using the Message Object and the POP Control. VB 6, VC++ 6, Delphi 4/5, PowerBuilder 6, VB.NET
Quick Send A simple version of the SmtpClient application. Uses the QuickSend method to show how to quickly send a message with very little coding. VB 6, VC++ 6, Delphi 4/5, PowerBuilder 6
Imap Client Demonstrates interactive operation with an IMAP 4 server. VB 6, VC++ 6, Delphi 4/5, PowerBuilder 6, VB.NET
Message Chunker Uses the SMTP Control and the Message Object to show how to break a large message into several smaller chunks that the receiver can later reassemble back into a single large message. VB 6
DB POP Uses the Database capabilities of VB to create a database and populate it with all messages that currently reside in a designated POP3 account. VB 6, Access 97, VB.NET
Merge Mail From a database of members of a sales force, determine the monthly sales of each member and then email each member a letter reflecting their performance. Access 97
Email Verifier Shows how to use the SMTP control to verify an e-mail address. VB 6, VB.NET

Mail for ActiveX also includes the following application(s):

Application Description
Debug Server This server application is based upon one of Dart's own internal testing tools and is designed to help developers debug their client-side applications by being able to see the message sent from a client application. Then, a developer can respond to the client application with a customized response message sent from the server.

ASP (Online) Samples
Our ASP samples give a live, onsite demonstration of our tools.

Sample Name Sample Description Environments
Mail on the Web ASP application uses the POP Control to retrieve messages from an email account. The SMTP Control replies. The DNS Control (from Winsock for ActiveX) determines the recipient's email server (by doing an MX record lookup). POP COM SamplePOP .NET Sample
Mailer on the Web ASP application uses the SMTP Control to send an email message from your web site. SMTP COM SampleSMTP .NET Sample