Odczytaj magazyn Outlook PST

Aspose.Email – odczyt magazynu Outlook PST

Plik Outlook PST może być załadowany do instancji PersonalStorage klasa.

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());

Pobierz działający kod

Pobierz przykładowy kod