Library that allows sending and receiving mail messages
in any .NET language. Written entirely in managed code. Works with .NET 2.0, 3.0 and 3.5.
Includes POP3 and SMTP .NET clients with SSL support.
Watch the tutorial -
Mail.dll flash tutorial.
Component features:
- SSL support
- Automatic mail parsing when fetched from a server
- Attachment encoding/decoding
- Create attachments from a File or Byte Array
- Custom Headers
- Secure login (APOP command support)
- Getting header information only (TOP command support)
- With examples in C# and VB.NET
- Optimized memory usage for large attachments
- Simple and easy access to mail messages
- Fluent interface support for mail creation and sending
- Support for displaying emails in Windows applications
Users' comments:
- "Thank you very much. I like your .NET library - it's wonderful..."
- "I found your .NET library 'Lesnikowski.Mail' extremely useful"
- "I have to congratulate on your .NET Mail library! It is fantastic!"
- "...I'd like to thank you for the .NET mail component, it's great!"
Samples:
Sample C# code
Sample VB.NET code