Rilasci di Aspose.Email for .NET
Released: May 30, 2025
Aggiornamenti in V25.5
Correzioni
- 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
Aggiornamenti in V25.4.1
Correzioni
- Fixed the error that occurs when attempting to load using Aspose.Email.MailMessage.Load.
Released: Apr 27, 2025
Aggiornamenti in V25.4
Funzionalità
- 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.
Correzioni
- System.InvalidOperationException while creating MboxStorageReader.
- Searching emails by sender address (From) returns null in PST file.
- NegativeArraySizeException on adding files to PST.
- The...
Released: Mar 31, 2025
Aggiornamenti in V25.3
Funzionalità
- 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).
Correzioni
- 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...
Released: Feb 28, 2025
Aggiornamenti in V25.2
Funzionalità
- Added support for filtering or searching messages in MBOX files.
- Implemented methods for paginated retrieval of items from MBOX files.
Correzioni
- 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...
Released: Jan 31, 2025
Aggiornamenti in V25.1
Funzionalità
- Added support for messages in Aspose.Email.Clients.Google.
Correzioni
- 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
Aggiornamenti in V24.12
Funzionalità
- 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.
Correzioni
- 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
Aggiornamenti in V24.11
Funzionalità
- 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.
Correzioni
- Issue when trying to update emails within PST files.
- TO field parsing in EML fails due to special...
Released: Oct 31, 2024
Aggiornamenti in V24.10
Funzionalità
- 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.
Correzioni
- Duplicate soft-deleted items when using FindAndExtractSoftDeletedItems on PST.
- Regression: MSG to MHT conversion test fails with ArgumentOutOfRangeException when the license...
Released: Sep 30, 2024
Aggiornamenti in V24.9
Funzionalità
- Added the ability to add headers when creating EWSClient.
- Provided APIs to get the color of the message category.
Correzioni
- 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.