Bug / breaking change from 25.8 to 25.9

Hi
when using unique ID to extract / save single item from storage (pst/ost///) this is thrown:

The given key was not present in the dictionary.

This does not happen with 25.8

@australian.dev.nerds

It appears you are experiencing an issue with extracting or saving a single item from PST/OST storage after upgrading from version 25.8 to 25.9 of Aspose.Email. The error message “The given key was not present in the dictionary” indicates a potential change in how unique IDs are managed in the newer version.

To troubleshoot this issue, I recommend the following steps:

  1. Check Release Notes: Review the release notes for version 25.9 to identify any breaking changes or updates related to unique ID handling. This may provide insights into the modifications that could be affecting your implementation.

  2. Debugging: Implement logging to capture the unique IDs being processed. Verify that the IDs you are attempting to access are indeed present in the storage.

  3. Fallback to Previous Version: If the issue persists and is critical, consider reverting to version 25.8 until a fix or workaround is identified.

  4. Contact Support: If you are unable to resolve the issue, consider reaching out to Aspose support or community forums for assistance. They may have encountered similar issues and can offer guidance.

For further assistance, refer to the Aspose.Email documentation for detailed information on handling PST/OST files.