We are pleased to announce the release of Aspose.Email for Java 4.8.0 that comes with a number of enhancements and bug fixes. These improvements include saving message to HTML, provision of additional properties to Outlook task and introduction of new options for saving messages. To get further details about what is new and fixed; please visit the product download page. For a list of public API changes in this month’s release, please visit the Public API changes in Aspose.Email for Java 4.8.0 documentation section.

Provision of Additional Properties in MapiTask

Aspose.Email already supports creating Outlook Tasks with setting a number of properties. This month’s release implements further properties of MapiTask from Office 365. Some of these include information related to company, category, mileage, billing, user information, sensitivity and status information. Some of these are also related to MapiMessage level and are common between these. More Info

Saving message as HTML

This month’s release includes saving message body to HTML along with resources i.e. images. The API allows embedding resources as base 64 data in the HTML output. The SaveOptions can be used to control this embedding in the output HTML. More Info

Additional Saving Options for MailMessage

With this month’s release, Aspose.Email now introduces more generic classes for saving email messages to different output formats. These include SaveOptions, EmlSaveOptions, MsgSaveOptions and MhtSaveOptions. These now enable users to convert messages to other formats with specific requirements. Find out more

Provision of Additional MAPI Properties

This month’s release provides support for some additional MAPI properties. These include PT_MV_FLOAT, PT_MV_R4, PT_MV_DOUBLE, PT_MV_R8, PT_MV_CURRENCY, PT_MV_APPTIME, PT_MV_I8, PT_MV_LONGLONG, PT_MV_CLSID, PT_MV_SHORT, PT_MV_SYSTIME, PT_MV_BOOLEAN, PT_MV_BINARY AND PT_NULL. Read More

Bug Fixes

This month’s release also includes bug fixes as following:

  • Encoding lost while message conversion to other formats
  • MSG to MHTML conversion resulting in change of time
  • Rendering attachment contents to MHTML during conversion
  • Exceptions related to loading some ICS files and sending messages.