Aspose.Email for C++ Releases

Released: Oct 31, 2022

Updates in V22.10

Funktionen

  • List messages using new 'OrderBy' feature in Microsoft Graph client.
  • Added 'MboxToPst' (string/stream to stream) overload.

Released: Sep 26, 2022

Updates in V22.9

Funktionen

  • Preserve 'TNEF' attachments when converting between MBOX and PST formats.

Fehlerkorrekturen

  • Danish characters are lost after re-saving.
  • MSG to HTML conversion generates incorrect output.
  • Creating Appointment in O365 with Aspose 22.6 returns ErrorInvalidPropertySet.

Released: Aug 18, 2022

Updates in V22.8

Funktionen

  • Added support for obtaining identification info for messages received from a mailbox.

Released: Jul 28, 2022

Updates in V22.7

Funktionen

  • Extract calendar items from PST files and save as ICS with original timestamps.

Released: Jul 13, 2022

Updates in V22.6

Funktionen

  • The API provides paging and filtering support for listing messages. This is very helpful where a mailbox has a large number of messages and requires a lot of time to retrieve summary information.
  • Aspose.Email for C++ now uses ‘CodePorting.Translato.Cs2Cpp’ package instead of ‘CodePorting.Native.Cs2Cpp’ package.

Released: May 25, 2022

Updates in V22.5

Funktionen

  • Added a separate 'HtmlDescription' property instead of the 'IsDescriptionHtml' property to set the X-ALT-DESC header.

Released: May 4, 2022

Updates in V22.4

Funktionen

  • Added the ability to set the X-ALT-DESC header in ICS files.
  • Added the ability to get information about attachments such as name or size without fetching the attachment data.

Released: Feb 25, 2022

Updates in V22.2

Fehlerkorrekturen

  • “Operation has been canceled” issue occurs in version 21.12 when sending mail through SMTP.
  • Aspose IMAP Seen flag is always return false.
  • MapiMessage.ToMapiMessageItem throws System.IO.EndOfStreamException.
  • Appointment.SetTimeZone throws TypeInitializationException when using .NET 6.
  • Mapi.MapiMessage.FromMailMessage throws System.ArgumentException.
  • Regression: SMTP check is not omitted when parameter ignoreSmptCheck is set to true in MailAddress Constructor.
  • Mail Messages are...

Released: Nov 3, 2021

Updates in V21.10

Funktionen

  • Added support for asynchronous operations in EWSClient.

Fehlerkorrekturen

  • PST to MSG: Some messages extraction slow.
  • Custom flags generated with ImapMessageFlag.Keyword function contains extra flags.
  • Loading MAPI message from stream throws InvalidOperationException.
  • IGraphClient.ListFolders method returns 10 first folders.
  • Inline attachments in EML file are not showing.
  • IGraphClient.ListFolders method returns empty array.
  • Ignoring SMTP address check throws SmtpException.
  • Loading...

Released: Oct 1, 2021

Updates in V21.9

Funktionen

  • Added new CustomSearch method to ImapQueryBuilder.
  • Added new traversal API which allows you to extract all PST items, as far as possible, even if some data in the original file is corrupted.