We are pleased to announce the release of Aspose.Email for .NET 6.8.0. This month’s release a new feature of splitting a PST based on specific search criterion. It also provides enhancement to the API’s IMAP client that is now able to move folders to other folders of a mailbox. This month’s release also fixes a number of bugs that further adds to the overall stability of the API. For further details on what is new and fixed, please visit the release notes section of this month’s release.

Split PST File Based on Search Criterion in C#

Aspose.Email API already provides the capability of splitting a single large PST file into multiple small PST files. This month’s release further enhances this feature by providing the capability to split PST based on defined criterion. The API now provides support for specifying multiple criterion using PersonalStorageQueryBuilder. This allows to include multiple search criterion such as time and subject simultaneously for splitting the PST.

Detection of Message as TNEF

This month’s release also provides the capability of detecting whether the loaded email message was originally TNEF. The MailMessage API now provides the OriginalIsTnef property that detects the message as TNEF.

Retrieving Message Summary Information using Message’s Unique Id

A message’s unique id is always its representation and can be used to store a reference of the message as meta-data. Retrieving of the same message from the email server can be obtained through the same. This month’s release further enhances the POP3 Client of the API to retrieve message summary information from the server using this unique id of the message. This provides quick access to the message’s short information without first retrieving the complete message from the server.

Other Improvements

In addition to new features and enhancements, this month’s release also fixes a number of bugs that were reported with the previous version of the API. It further enhances the stability and reliability of the API functionality.

API Resources

The following API resources can be of help to you in getting started with Aspose.Email API.