Splitting and Merging PST files
Contents
[
Hide
]
Splitting and Merging PST files
Aspose.Email API provides the capability to split a single PST file into multiple PST files of 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 splitting multiple PSTs.
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 merging folders from another PST.