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

Download  Support Forum 

File Details

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

Description

It contains Aspose.Email for .NET 24.1 release (MSI installer).

File Details

Improved Resource Folder Naming for HTML Export

Aspose.Email for .NET 24.1 introduces better compatibility when saving email messages as HTML with embedded resources. We have improved the naming convention of the resource folders. For instance, in the following C# coding example, if you save the HTML file as ’target.html’, the associated (default) resource directory name will be ’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

This update to the C# email processing API includes important bug fixes 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