Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product 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 product 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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
We have introduced an optimized naming convention for the resource folders in Aspose.Email for .NET 24.1. This helps improve compatibility while saving email messages as HTML with embedded resources. For instance, in the following C# coding sample, when you save the HTML file as ’target.html’, the associated (default) resource directory name will be set as ’target_files'.
var msg = MapiMessage.Load(sourceFileName); var htmlSaveOptions = new HtmlSaveOptions { ResourceRenderingMode = ResourceRenderingMode.SaveToFile, UseRelativePathToResources = true }; msg.Save(Path.Combine("target.html"), htmlSaveOptions);
Source*
In the latest version of the C# email processing API, we have addressed issues related to relative recurrence parsing, UTF-7 encoding, attachment name and extension, and MSG to MHTML rendering.
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Email for .NET 24.1 Release Notes.