Email component for .NET with SSL support. With POP3, SMTP clients.
.NET component for sending and receiving email messages. Includes POP3 and SMTP clients with SSL. Written entirely in managed code in C#. Use it from C#, VB.NET and ASP.NET. Send HTML emails with embedded images. Send and receive attachments.
.NET component for sending and receiving email messages.
Includes POP3 and SMTP clients with SSL support.
Written entirely in managed code in C#.
Component features:
automatic email parsing when fetched from POP3 server, including:
From, Sender, Reply-to, To, Cc fields,
Subject field,
Date field,
access to every custom header of every mime entity,
attachment encoding/decoding,
automatic charset recognition,
secure login (APOP command support),
getting header information only (TOP command support).
With examples in C# and VB.NET, with IntelliSense support.
MailMessage class representing real email structure.
SimpleMailMessage class providing simple and easy access to email message.