Aspose.Email for C++ V25.7
Released: Aug 21, 2025
Actualizaciones en V25.7
Características
- 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 method. This makes it easier to process large PST folders efficiently.
- Added a new FolderInfo::GetContents(SharedPtr<MailQuery> query, int startIndex, int count) method which retrieves a subset of messages that match the specified query, starting from a given index and limited by a count.
Correcciones
- Fixed memory leak when extracting attachments in PST.