Aspose.Email for C++ のリリース

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.

Released: Jul 23, 2021

V21.6 での更新項目

機能

  • Added the ability to use a return-client-request-id HTTP header in the EWSClient.
  • Added the get_ReturnClientRequestId and set_ReturnClientRequestId methods to EWSClient.

Released: Apr 6, 2021

V21.2 での更新項目

機能

  • Added the ability to get the modified date of a message.

Released: Apr 6, 2021

V21.1 での更新項目

機能

  • Added the ability to authenticate with an SMTP, POP or IMAP server using a specific authentication method. This allows you to set the authentication method for the mail client explicitly.
  • EWSClient now supports the return of recurring calendar items within a range specified by StartDate and EndDate.

Released: Dec 23, 2020

V20.11 での更新項目

機能

  • Added Microsoft Exchange Autodiscover service client support.
  • Added the ability to retrieve Exchange items in ascending/descending order.

Released: Sep 29, 2020

V20.8.1 での更新項目

不具合の修正

  • Fixed an issue with failing to load license file.

Released: Sep 18, 2020

V20.8 での更新項目

機能

  • Added support for Internationalized Domain Name (IDN) email addresses.

不具合の修正

  • Fixed an issue with slow PST Message Extraction due to large recipient count.
  • Fixed an issue where wrong Body and HtmlBody in resultant MailMessage at ImapClient FetchMessage method with ignoreAttachments = true.
  • Fixed an issue with return empty attachment names while fetching emails with attached messages from server.
  • Fixed an issue where Microsoft Outlook text colors are not preserved in the converted message...

Released: Aug 20, 2020

V20.7 での更新項目

機能

  • Added the ability to use timeouts for countering endless wait operations while saving messages to MHT format.

Released: Aug 4, 2020

V20.6 での更新項目

機能

  • Advanced Query Search (AQS) - Added the following classes to perform AQS search queries in Microsoft Exchange:
    • ExchangeAdvancedSyntaxQueryBuilder.
    • ExchangeAdvancedSyntaxMailQuery.