Splitting and Merging PST files

Aspose.Email API provides the capability to split a single PST file into multiple PST files of the desired file size. It can also merge multiple PST files into a single PST file. Both the splitting and merging of PSTs operations can be tracked by adding events to these operations.

Splitting into multiple PSTs

The following code snippet shows you how to split multiple PSTs.

Splitting PST based on Specified Criterion

The following code snippet shows you how to split PST based on a specified criterion.

Merging into a single PST

The following code snippet shows you how to merge into a single PST.

Merging Folders from another PST

The following code snippet shows you how to merge folders from another PST.

Helping Methods