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?