קריאת אחסון Outlook PST

Aspose.Email - קריאת אחסון Outlook PST

קובץ Outlook PST ניתן לטעון למופע של PersonalStorage מחלקה.

Java


 // Load the Outlook PST file

String pstFileName = dataDir + "archive.pst";

PersonalStorage pst = PersonalStorage.fromFile(pstFileName);

// Get the Display Name of the PST file

System.out.println("Display Name: " + pst.getDisplayName());

הורד קוד רץ

הורד קוד לדוגמה