MapiMessage.load() with setLeaveOpen(true) locks file context, causing 0-byte attachments in MailMessage.
License initialization in DHI hardened container requires "env" command.
MailMessage.load fails for MSG file (encoding issue).
Aspose.Email for C++ V26.8주요 버전2026년 9월 7일
기능
Add methods now return the newly created instance - The Add methods for both recipients and attachments have been updated to return the object they create, allowing immediate access to the new item without a separate lookup. This streamlines code that needs to configure the newly added recipient or attachment right after insertion.
수정 사항
MapiMessage.Recipients.Add - EX address validation too strict.
MapiRecipientCollection.Add(...) - return newly created instance.
ArgumentException in MapiMessage.SaveAsTnef when saving EML with TNEF.
Support IdentificationInfo.Anniversary date field in VcardContact and apply it in VCF 4.0.
Avoid duplicate X-VCARD-PRODID header when saving contact in version 3 and 4.
Binary libraries detected as MHT.
ArgumentNullException (parameter name: address) in 26.5 version at sending MailMessage via Graph client.
Aspose.Email for Python via .NET V26.8주요 버전2026년 8월 19일
수정 사항
MapiMessage.Recipients.Add - EX address validation too strict.
MapiRecipientCollection.Add(...) - return newly created instance.
ArgumentException in MapiMessage.SaveAsTnef when saving EML with TNEF.
Support IdentificationInfo.Anniversary date field in VcardContact and apply it in VCF 4.0.
Avoid duplicate X-VCARD-PRODID header when saving contact in version 3 and 4.
Binary libraries detected as MHT.
ArgumentNullException (parameter name: address) in 26.5 version at sending MailMessage via Graph client.
Aspose.Email for Java V26.7주요 버전2026년 8월 8일
수정 사항
NullReferenceException in fromMailMessage when loading MAPI MSG file - regression since 26.5.
MapiMessage.Recipients.Add - EX address validation too strict.
MapiRecipientCollection.Add(...) - return newly created instance.
ArgumentException in MapiMessage.SaveAsTnef when saving EML with TNEF.
Support IdentificationInfo.Anniversary date field in VcardContact and apply it in VCF 4.0.
Avoid duplicate X-VCARD-PRODID header when saving contact in version 3 and 4.
Binary libraries detected as MHT.
ArgumentNullException (parameter name: address) in 26.5 version at sending MailMessage via Graph client.
Aspose.Email for Java V26.6.0.12026년 8월 4일
수정 사항
NullReferenceException in fromMailMessage when loading MAPI MSG file - regression since 26.5.
Aspose.Email for .NET V26.7주요 버전2026년 7월 31일
수정 사항
MapiMessage.Recipients.Add - EX address validation too strict.
MapiRecipientCollection.Add(...) - return newly created instance.
ArgumentException in MapiMessage.SaveAsTnef when saving EML with TNEF.
Support IdentificationInfo.Anniversary date field in VcardContact and apply it in VCF 4.0.
Avoid duplicate X-VCARD-PRODID header when saving contact in version 3 and 4.
Binary libraries detected as MHT.
ArgumentNullException (parameter name: address) in 26.5 version at sending MailMessage via Graph client.
Aspose.Email for C++ V26.7주요 버전2026년 7월 31일
기능
Added the ProductIdentifier field for Contacts and Appointments.
수정 사항
MapiMessageItemBase.SetProperty produces wrong property for multiple values.
Performance regression for EML files (introduced in 23.3) in FileFormatUtil.DetectFileFormat.
Aspose.Email recognized some regular attachments as linked resources.
iCalendar read error.
VCardPhotoType.PNG does not exist.
Error moving emails between folders using Microsoft Graph.
Aspose.Email for Python via .NET V26.7주요 버전2026년 7월 30일
기능
Added the ProductIdentifier field for Contacts and Appointments.
수정 사항
MapiMessageItemBase.SetProperty produces wrong property for multiple values.
Performance regression for EML files (introduced in 23.3) in FileFormatUtil.DetectFileFormat.
Aspose.Email recognized some regular attachments as linked resources.
iCalendar read error.
VCardPhotoType.PNG does not exist.
Error moving emails between folders using Microsoft Graph.
Aspose.Email for Java V26.6주요 버전2026년 7월 19일
기능
Added ProductIdentifier field support for Contact and Appointment.
수정 사항
MapiMessageItemBase.SetProperty produces wrong property for multiple values.
Performance regression for EML files (introduced in 23.3) in FileFormatUtil.DetectFileFormat.
Aspose.Email recognized some regular attachments as linked resources.
iCalendar read error.
VCardPhotoType.PNG does not exist.
Error moving emails between folders using Microsoft Graph.
Aspose.Email for C++ V26.6주요 버전2026년 7월 1일
기능
Implemented a method for building a TGZ backup archive from EML files.
Throttling support has been added to IGraphClient for Microsoft Graph.
Added support for uploading large messages via Graph Upload Session in IGraphClient.
수정 사항
MSG to PDF - Throws System.FormatException.
Null ref exception when saving VCF.
Aspose.Email for .NET V26.6주요 버전2026년 6월 30일
기능
Added the ProductIdentifier field for Contacts and Appointments.
수정 사항
MapiMessageItemBase.SetProperty produces wrong property for multiple values.
Performance regression for EML files (introduced in 23.3) in FileFormatUtil.DetectFileFormat.
Aspose.Email recognized some regular attachments as linked resources.
iCalendar read error.
VCardPhotoType.PNG does not exist.
Error moving emails between folders using Microsoft Graph.
Aspose.Email for Python via .NET V26.6주요 버전2026년 6월 28일
기능
Implemented a method for building a TGZ backup archive from EML files.
Throttling support has been added to IGraphClient for Microsoft Graph.
Added support for uploading large messages via Graph Upload Session in IGraphClient.
수정 사항
MSG to PDF - Throws System.FormatException.
Null ref exception when saving VCF.
Aspose.Email for Java V26.5주요 버전2026년 6월 11일
기능
Implemented a method for building a TGZ backup archive from EML files.
Implemented the handling of Throttling for Microsoft Graph in IGraphClient.
Implementd large message upload via Graph upload session in IGraphClient.
수정 사항
MSG to PDF - Throws System.FormatException.
Null ref exception when saving VCF.
Aspose.Email for .NET V26.5주요 버전2026년 5월 31일
기능
Implemented a method for building a TGZ backup archive from EML files.
Throttling support has been added to IGraphClient for Microsoft Graph.
Added support for uploading large messages via Graph Upload Session in IGraphClient.
수정 사항
MSG to PDF - Throws System.FormatException.
Null ref exception when saving VCF.
Aspose.Email for C++ V26.5주요 버전2026년 5월 26일
기능
Added support for the correct creation and deletion of Calendars and Calendar List entities depending on the DataOwner field for the Google client.
수정 사항
Issue with FindAndEnumerateSoftDeletedItems(): IEnumerable iteration breaks after exception in GetFolderById().
Unable to parse valid RULE.
Corrupt MSG causes OutOfMemoryError.
Aspose.Email for Python via .NET V26.5주요 버전2026년 5월 18일
기능
Added support for the correct creation and deletion of Calendars and Calendar List entities depending on the DataOwner field for the Google client.
수정 사항
Issue with FindAndEnumerateSoftDeletedItems(): IEnumerable iteration breaks after exception in GetFolderById().
Unable to parse valid RULE.
Corrupt MSG causes OutOfMemoryError.
Aspose.Email for Java V26.4주요 버전2026년 5월 10일
수정 사항
Exception when adding MapiContact to Deleted Items folder in PST.
Issue with FindAndEnumerateSoftDeletedItems() - IEnumerable iteration breaks after exception in GetFolderById().