Aspose.Email for C++ 릴리스
Released: Oct 31, 2022
V22.10 버젼 업데이트
기능
- List messages using new 'OrderBy' feature in Microsoft Graph client.
- Added 'MboxToPst' (string/stream to stream) overload.
Released: Sep 26, 2022
V22.9 버젼 업데이트
기능
- Preserve 'TNEF' attachments when converting between MBOX and PST formats.
수정사항
- Danish characters are lost after re-saving.
- MSG to HTML conversion generates incorrect output.
- Creating Appointment in O365 with Aspose 22.6 returns ErrorInvalidPropertySet.
Released: Aug 18, 2022
V22.8 버젼 업데이트
기능
- Added support for obtaining identification info for messages received from a mailbox.
Released: Jul 28, 2022
V22.7 버젼 업데이트
기능
- Extract calendar items from PST files and save as ICS with original timestamps.
Released: Jul 13, 2022
V22.6 버젼 업데이트
기능
- The API provides paging and filtering support for listing messages. This is very helpful where a mailbox has a large number of messages and requires a lot of time to retrieve summary information.
- Aspose.Email for C++ now uses ‘CodePorting.Translato.Cs2Cpp’ package instead of ‘CodePorting.Native.Cs2Cpp’ package.
Released: May 25, 2022
V22.5 버젼 업데이트
기능
- Added a separate 'HtmlDescription' property instead of the 'IsDescriptionHtml' property to set the X-ALT-DESC header.
Released: May 4, 2022
V22.4 버젼 업데이트
기능
- Added the ability to set the X-ALT-DESC header in ICS files.
- Added the ability to get information about attachments such as name or size without fetching the attachment data.
Released: Feb 25, 2022
V22.2 버젼 업데이트
수정사항
- “Operation has been canceled” issue occurs in version 21.12 when sending mail through SMTP.
- Aspose IMAP Seen flag is always return false.
- MapiMessage.ToMapiMessageItem throws System.IO.EndOfStreamException.
- Appointment.SetTimeZone throws TypeInitializationException when using .NET 6.
- Mapi.MapiMessage.FromMailMessage throws System.ArgumentException.
- Regression: SMTP check is not omitted when parameter ignoreSmptCheck is set to true in MailAddress Constructor.
- Mail Messages are removed after...
Released: Nov 3, 2021
V21.10 버젼 업데이트
기능
- Added support for asynchronous operations in EWSClient.
수정사항
- PST to MSG: Some messages extraction slow.
- Custom flags generated with ImapMessageFlag.Keyword function contains extra flags.
- Loading MAPI message from stream throws InvalidOperationException.
- IGraphClient.ListFolders method returns 10 first folders.
- Inline attachments in EML file are not showing.
- IGraphClient.ListFolders method returns empty array.
- Ignoring SMTP address check throws SmtpException.
- Loading Appointment throws...
Released: Oct 1, 2021
V21.9 버젼 업데이트
기능
- Added new
CustomSearch method to ImapQueryBuilder.
- Added new traversal API which allows you to extract all PST items, as far as possible, even if some data in the original file is corrupted.