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

Reading OST files

$
0
0
 PersonalStorage sourcePST=null;
try{
sourcePST=PersonalStorage.fromFile(destinationPSTPath);
} catch (FormatNotSupportedException e){
throw e;
} catch (IllegalStateException e) {
throw new IllegalStateException("destination file is broken");
}

while opening ost file from MS Outlook 2013 this code throw:

com.aspose.email.FormatNotSupportedException: The file is not in PST format
Did aspose suport this format of files?

Viewing all articles
Browse latest Browse all 1367

Trending Articles