PowerTCP Mail for .NET

from $349.00
Available Platforms

New PowerTCP Mail for .NET sample Projects have been added to include .NET Core 2.0 projects, referencing the Dart.Mail.Standard dll. Look for the to identify these examples.

Code Examples

These examples demonstrate basic product functionality.

 

Email Examples

Code Snippet Description
Imap Example How to access emails via Imap, and how to save them and their attachments to disk. Also demonstrates SSL/TLS.
Pop Example How to access emails via Pop, and how to save them to disk.
Smtp and Email Creation Example How to create an email, add an attachment to it, and send it via Smtp.

 

 

Example Projects

The samples are fully functioning C# and VB applications demonstrating the Imap, Pop and Smtp components, the MessageEditor control, and include complete source code.

Samples marked with an * demonstrate how to obtain OAuth 2.0 credentials.

Example Name Description
ImapDownloader Single-threaded console app demonstrates email downloading using the Imap component.
PopDownloader Single-threaded console app demonstrates email downloading using the Pop component.
MessageSender Single-threaded console app demonstrates sending email using the Smtp component.
Imap Client * Multi-threaded IMAP client with full-featured security options.
Imap Client Task Async * Same as Imap Client, but uses Task-based Asynchronous Pattern (.NET 4.5)
Imap Part Retriever * Multi-threaded IMAP client displays unpopulated message parts and supports their selective downloading.
Message Editor Demonstrates the MessageEditor control. Open, edit, save .eml files.
Pop Client * Multi-threaded POP client with full-featured security options.
Pop Client Task Async * Same as Pop Client, but uses Task-based Asynchronous Pattern (.NET 4.5)
Smtp Client * Multi-threaded SMTP client with full-featured security options.
Smtp Client Task Async * Same as Smtp Client, but uses Task-based Asynchronous Pattern (.NET 4.5)
WebMail A powerful web-based IMAP mail client that manages email on an IMAP server.