Lancements de Aspose.Email for C++

Released: Apr 21, 2026

Mises à jour de V26.4

Fonctionnalités

  • Added support for X-MICROSOFT headers when loading and saving appointments in ICS format.
  • Added support the 'dataOwner' field and related methods for Calendar in Aspose Google client.

Correctifs

  • Aspose email does not read multi-line header.
  • The Subject property of the 'MapiMessage' object returns null after being set to an empty string.
  • Japanese MS932 charset causes text corruption when importing RFC-822 emails to PST.
  • Unicode (Chinese) attachment filenames are corrupted when...

Released: Apr 10, 2026

Mises à jour de V26.2

Fonctionnalités

  • Implemented icon operations.

Released: Jan 26, 2026

Mises à jour de V25.12

Fonctionnalités

  • Implemented batch update support for message read/unread flags in PST.
  • Added support for saving MapiContact contacts to vCard 3.0 and vCard 4.0.
  • Improved extracting Tasks from .tgz files.
  • Added Aspose.Email.DKIM.Verify method for MailMessage verification.

Correctifs

  • ContentId no longer auto-generated for MHT AlternateViews/Attachments since 25.7.
  • FormatException when decoding malformed Base64 subject header containing misplaced period in encoded-word.

Released: Dec 1, 2025

Mises à jour de V25.11

Fonctionnalités

  • Added the ability to add attachments to messages in PST.
    • The PersonalStorage class has been enhanced with new methods that allow adding attachments directly to messages stored within a PST file. This functionality provides greater flexibility for modifying existing messages by programmatically attaching files or streams. The following methods have been introduced:
      • AddAttachmentToMessage(MessageInfo messageInfo, string name, Stream stream) - Adds an attachment to the specified...

Released: Nov 5, 2025

Mises à jour de V25.10

Correctifs

  • Outlook fails to open MSG files saved from certain PST messages using SaveMessageToStream.
  • UpdateMessage removes embedded messages.
  • Calendar yearly Recurrence date is shifting to 1 year later than expected.

Released: Oct 4, 2025

Mises à jour de V25.9

Fonctionnalités

  • Added support of query parameters for Aspose.Email Graph client.
  • Added asynchronous methods to Aspose Graph client.
  • Added ExchangeAddress property to MailAddress to store address in exchange format.
  • Added support for multiple header fields with same name.

Correctifs

  • When converting an MSG file to PDF, Sent Date appears twice.
  • Google client's "List Calendars" method fails when server returns "Forbidden" status.

Released: Aug 31, 2025

Mises à jour de V25.8

Fonctionnalités

  • You can now extract HTML Body image external resources as attachments (HTML, MHTML conversion).

Correctifs

  • MSG to HTML: Page break is inserted in the resultant file.
  • Images are not correctly embedded when saving MSG to HTML.
  • GraphClient ListFolders() fails in GCC environment: "Stream does not support seek operations" Exception.
  • Wrong Content-Id of MailMessage Attachments.
  • Aspose.Email incorrectly classifies attached image as LinkedResource instead of Attachment.
  • Exception key not...

Released: Aug 21, 2025

Mises à jour de V25.7

Fonctionnalités

  • Enumerate Soft-Deleted Messages from PST
    • Added support for enumerating messages that have been deleted twice (soft-deleted) in PST files.
    • Added a new PersonalStorage::FindAndEnumerateSoftDeletedItems() method which returns an enumerable collection of RestoredItemEntry objects, each containing a deleted MapiMessage and its corresponding FolderId.
  • Pagination Support in FolderInfo::GetContents
    • You can now retrieve folder contents in a paginated manner using a new overload of the...

Released: Jul 1, 2025

Mises à jour de V25.6

Correctifs

  • Some errors occur when loading MapiContact from a vCard file.
  • Signature image misplaced when converting MSG to HTML or EML.
  • MIME boundaries changed when the HTML body changes.
  • Confusing type of exception for empty .vcf file.
  • Hyperlinks break when converting EML to MSG.

Released: May 30, 2025

Mises à jour de V25.5

Fonctionnalités

  • Added overload of MapiContact.FromVCard method with VCardLoadOptions parameter.
  • You can now use stream instead of filename to preserve embedded attachment's icons when saving a message to HTML.

Correctifs

  • System.InvalidOperationException while creating MboxStorageReader.
  • Searching emails by sender address (From) returns null in PST file.
  • NegativeArraySizeException on adding files to PST.
  • The issue occurs when trying to mark as read or unread in a PST file.
  • Error Unknown type of...