Lea Outlook Storage PST

Aspose.Email - Lea el PST de Outlook Storage

Se puede cargar un archivo PST de Outlook en una instancia de PersonalStorage class.

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


Descargar Running Code

Descargar código de muestra