Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Processing Mbox using PersonalStorage

$
0
0
Hello,

We are processing mbox extracts by first converting them to PersonalStorage using the following call:
       PersonalStorage pst = MailStorageConverter.mboxToPst(inputStream,pstFieName);

This call has the undesired consequence of storing the .pst file on the disk. This impacts the performance as all our processing is done in-memory and we have no need for the .pst file. Moreover, this causes an issue for us as some of our environments (incl. CI) wouldn't allow the program to "write" on the disk.

Can you please advise
1) if there is an interface that performs the mbox to PersonalStorage transformation without attempting to store the .pst file in the file system?
2) if there is any other way to process the mbox file without converting to .pst - where output files are not stored by Aspose libraries on to the file system.

Regards,
Shankar

Viewing all articles
Browse latest Browse all 1367

Trending Articles