I am trying to split a large PST which has multiple folders with Aspose.Email for Java.
PST split works fine with size constraint; however, all PSTs will have all folders from parent PST even though some of the folders does not have messages in it.
For example, I have PST file with 3 folders- Folder_1, Folder_2, and Folder_3 with each folder of size 100 MB.
When I split PST with size restriction of 100 MB, it creates 3 PST files, with each PST with all 3 folders; even though in a specific PST, some folder does not have messages in it.