Browse our Products

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.

 

Aspose.Email for .NET 24.1 (Dlls only)

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 46.38MB
  • Date Added:
  • 31/1/2024

Description

It contains Aspose.Email for .NET 24.1 (DLLs-only) release.

File Details

Upgraded Resource Folder Naming Convention for HTML Export

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*

Bug Fixes

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.

 English