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 C++ 24.2

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 450.04MB
  • Date Added:
  • 29/2/2024

Description

It contains Aspose.Email for C++ 24.2 release.

File Details

Enhanced Naming Convention for Resource Folder

C++ developers can utilize Aspose.Email for C++ 24.2 to implement an optimized naming convention for resource folders associated with saved HTML emails. This update helps in enhancing compatibility and avoiding potential issues. A file saved as ’target.html’ will now have a resource folder named ’target_files’. Please check out the following code sample to test this new feature.

auto msg = MapiMessage::Load(sourceFileName);

auto htmlSaveOptions = System::CreateObject<HtmlSaveOptions>();

htmlSaveOptions->set_ResourceRenderingMode(ResourceRenderingMode::SaveToFile);
htmlSaveOptions->set_UseRelativePathToResources(true);


msg->Save(Path::Combine(u"target.html"), htmlSaveOptions);

Source*

Bug Fixes

We have fixed various bugs in this API version for an enhanced API usage experience.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Email for C++ 24.2 Release Notes.

 English