Class PSTWorker
java.lang.Object
com.logicaldoc.core.communication.PSTWorker
An utility class to work with .pst files. An Outlook Data File (.pst)
 contains your messages and other Outlook items and is saved on your computer.
- Since:
- 8.8.5
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongCont emailsPrints the emails of the .pst filePrints the listing of the .pst file
- 
Constructor Details- 
PSTWorkerConstructor- Parameters:
- pstFile- the .pst file to open
- Throws:
- IOException- I/O error
 
 
- 
- 
Method Details- 
printEmailsPrints the emails of the .pst file- Returns:
- The listing
 
- 
printListingPrints the listing of the .pst file- Returns:
- The listing
 
- 
countEmailspublic long countEmails()Cont emails- Returns:
- the number of contained emails
 
 
-