קריאת אחסון Outlook PST
Contents
[
Hide
]
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());
הורד קוד רץ
הורד קוד לדוגמה
לפרטים נוספים, בקר ב- קריאת קובץ Outlook PST וקבלת מידע על תיקיות ותיקיות משנה.