Aspose.Email for .NET Releases
Released: May 30, 2025
Updates in V25.5
Fixes
- 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 10, 2025
Updates in V25.4.1
Fixes
- Fixed the error that occurs when attempting to load using Aspose.Email.MailMessage.Load.
Released: Apr 27, 2025
Updates in V25.4
Features
- Added overload of MapiContact.FromVCard method with VCardLoadOptions parameter.
- Added asynchronous methods to PersonalStorage.
- Added asynchronous methods to TgzReader.
- You can now use stream instead of filename to preserve embedded attachment's icons when saving a message to HTML.
Fixes
- 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...
Released: Mar 31, 2025
Updates in V25.3
Features
- Added new methods for handling TNEF attachments. These methods allow the saving and loading of attachments in TNEF format, commonly used in Outlook messages (winmail.dat).
Fixes
- Issue with Time Zone Offset and organizer visibility in MSG calendar events.
- EML to HTML conversion loses spaces in text.
- IsInline property of MapiAttachment always returns false even for inline image.
- ArgumentOutOfRangeException while loading appointment.
- System.ArgumentNullException while loading appointment...
Released: Feb 28, 2025
Updates in V25.2
Features
- Added support for filtering or searching messages in MBOX files.
- Implemented methods for paginated retrieval of items from MBOX files.
Fixes
- PS_INTERNET_HEADERS x-ms-journal-report named property missing for PST entry.
- Null reference exception is thrown when saving MapiCalendar with recurrence and time zones.
- Error accessing email folders using Microsoft Graph API.
- Exception when converting email to MHT with SkipInlineImages set to true.
- Incorrect date shift when processing EML files in...
Released: Jan 31, 2025
Updates in V25.1
Features
- Added support for messages in Aspose.Email.Clients.Google.
Fixes
- Recursively reset Boundary Strings defined by a template while saving embedded messages.
- MapiMessageItemBase.SetProperty does not save multiple strings.
- MSG files created by Aspose.Email are broken by Outlook when attached.
Released: Dec 30, 2024
Updates in V24.12
Features
- Added support for configuring the boundary template used in MIME messages. This feature allows to define a custom template for boundary string generation using the new EmlSaveOptions.BoundariesTemplate property.
Fixes
- Saving MailMessage is not deterministic.
- Investigate IndexOutOfBoundsException in FindAndExtractSoftDeletedItems method with OST files.
- Fixed soft-deleted items search method for OST 2013.
Released: Nov 30, 2024
Updates in V24.11
Features
- Improved the MapiAttachmentCollection.Add method to add reference attachments.
- Added an overloaded version of FolderInfo.EnumerateMapiMessages method to enhance message search functionality.
- Created a MapiAttachment property to identify a reference attachment.
- Added support for customizing the base URL of the SendGrid.
- Added GraphClient support for GCC High endpoints.
Fixes
- Issue when trying to update emails within PST files.
- TO field parsing in EML fails due to special character...
Released: Oct 31, 2024
Updates in V24.10
Features
- Introduced the ability to access user reactions from MSG. The new GetReactions method, added to the FollowUpManager class, allows you to retrieve a list of reactions on a MAPI message, making it easy to analyze user engagement.
- Implemented enhanced recipient search by To or Cc and Bcc fields in PST.
Fixes
- Duplicate soft-deleted items when using FindAndExtractSoftDeletedItems on PST.
- Regression: MSG to MHT conversion test fails with ArgumentOutOfRangeException when the license is set...
Released: Sep 30, 2024
Updates in V24.9
Features
- Added the ability to add headers when creating EWSClient.
- Provided APIs to get the color of the message category.
Fixes
- IMAP Authenticate Plain issue when there are special characters.
- Japanese base64 encoded email address being corrupted.
- EWSClient.FetchItems throws KeyNotFoundException.
- Issue with MSG to MHT Conversion.