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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlongCont emailsPrints the emails of the .pst filePrints the listing of the .pst file 
- 
Constructor Details
- 
PSTWorker
Constructor- Parameters:
 pstFile- the .pst file to open- Throws:
 IOException- I/O error
 
 - 
 - 
Method Details
- 
printEmails
Prints the emails of the .pst file- Returns:
 - The listing
 
 - 
printListing
Prints the listing of the .pst file- Returns:
 - The listing
 
 - 
countEmails
public long countEmails()Cont emails- Returns:
 - the number of contained emails
 
 
 -