Hello,
I’m trying to use the code below for opening a PST file from a read-only filesystem, and I’m getting an error message. After some tests I found out that if I try to open from a read-write filesystem it works OK.
PersonalStorage pst = PersonalStorage.fromFile(pstFilename);
How can I open it for reading only?
Thanks