Sign In  Sign Up Live-Chat
Collapse/expand the left pane
Are you looking for an evaluation version of a product?
If so you can download any of the below versions for testing. The component will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the component to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
NOTE:  If you experience errors like ’Internet explorer cannot display the web page’ is shown when you try to download a file, make sure your networking policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.

Aspose.Network for .NET v3.7.0.0

File Details
Downloads: 123 File Size: 3.2MB
Posted By: iret Views: 397
Date Added: Thu, Jan 03 2008

Aspose.Network for .NET v3.7.0.0 has been released. Aspose.Network is a complete solution for network programming on .NET frameworks.

This version is a major release, containing SSL support for SMTP, bug fixes and many other improvements.

New Features

  • SSL SMTP Protocol: Aspose.Network.Mail supports sending email with SSL SMTP protocol.
  • Implicit / Explicit Security mode in SSL SMTP.

          [C# Sample]

         SmtpClient client = new SmtpClient("smtp.gmail.com",587,"from@gmail.com","password");

         client.SecurityMode = SmtpSslSecurityMode.Explicit;

         client.EnableSsl = true;

         client.Send("from@aspose.com","to@gmail.com", "Hello, Gmail.", "Hello, Gmail.");

  • VAS/VMS List item : Aspose.Network.Ftp supports parsing VAS/VMS format item list.
  • Pop3 Authentication : Aspose.Network.Pop3 supports 3 types of authentication methods.

Bug Fixes

  • 4243 IMAP Invalid character in a Base-64 string when listing messages 
  • 4244 Pop3Client.State property value is wrong when connecting to remote server.

HowTo Download

Comments
No comments exist for this file.