Mail dll description
Mail.dll is a useful library which allows sending, receiving and parsing email messages in any .NET 2.0 language
Mail.dll is a useful library which allows sending, receiving and parsing email messages in any .NET 2.0 language. Written entirely in managed code in C# 2.0.
Includes POP3 and SMTP clients with SSL support.
Here are some key features of "Mail dll":
· SSL support,
· 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
· InteliSense support
· MailMessage class representing real email structure.
· SimpleMailMessage class providing simple and easy access to email message.
· It's free for noncommercial use. For commercial use you must buy a license.
Requirements:
· .NET Framework 2.0
Limitations:
· Only non-commercial license is included