Aspose.Email for C++ 릴리스
Released: Apr 21, 2026
V26.4 버젼 업데이트
기능
- 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.
수정사항
- 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 sending via Graph API...
Released: Apr 10, 2026
V26.2 버젼 업데이트
기능
- Implemented icon operations.
Released: Jan 26, 2026
V25.12 버젼 업데이트
기능
- 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.
수정사항
- 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
V25.11 버젼 업데이트
기능
- 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 message using...
Released: Nov 5, 2025
V25.10 버젼 업데이트
수정사항
- 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
V25.9 버젼 업데이트
기능
- 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.
수정사항
- 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
V25.8 버젼 업데이트
기능
- You can now extract HTML Body image external resources as attachments (HTML, MHTML conversion).
수정사항
- 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 present in...
Released: Aug 21, 2025
V25.7 버젼 업데이트
기능
- 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 GetContents...
Released: Jul 1, 2025
V25.6 버젼 업데이트
수정사항
- 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
V25.5 버젼 업데이트
기능
- 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.
수정사항
- 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 ActionProperty while...