Version: 3.2.1.0
Send, receive, edit, sign/verify and encrypt/decrypt email messages in any .NET application or service. 

Code Examples

These code snippets can be copied and pasted into your project.

Code Snippet Description
Send Email with SMTP Demonstrates how to construct and send email messages.
Get Messages with POP Demonstrates how to get messages using POP.
Get Messages with IMAP Demonstrates how to get messages using IMAP.
Manage Messages Demonstrates how to use IMAP to move messages between mailboxes on the server.

Sample Projects Included with Mail for .NET

The samples are fully working applications demonstrating Imap, Pop and Smtp components in both C# and VB.NET and include complete source code.

Sample Name  Sample Description 
IMAP Client Demonstrates a client used for managing messages using IMAP, with security options.
IMAP Part Retriever Demonstrates a client used for downloading parts (such as attachments) from messages.
Message Constructor Demonstrates how to create a multi-part MIME message.
Message Viewer Demonstrates a form that can be used to view a message.
POP Client Demonstrates a client used for receiving messages using POP, with security options.
Synchronous SMTP Client Demonstrates a client used for sending mail using synchronous methods.  Includes security preferences.
Asynchronous SMTP Client Demonstrates a client used for sending mail using asynchronous methods.  Includes security preferences.
POP Client on the Web Demonstrates a fully featured ASP.NET web-based client that can be used to send or receive mail.
IMAP Client on the Web Demonstrates a powerful ASP.NET web-based IMAP mail client which is used to manage email on a remote server using IMAP.
SMTP Client on the Web Demonstrates a simple ASP.NET form that can be used to send mail.

 Download the Mail Samples Now!