Aspose.Email for C++ V25.7

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 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.

수정사항

  • Fixed memory leak when extracting attachments in PST.