Uses of Class
com.pff.PSTFolder

Packages that use PSTFolder
com.pff   
example   
 

Uses of PSTFolder in com.pff
 

Methods in com.pff that return PSTFolder
 PSTFolder PSTFile.getRootFolder()
          get the root folder for the PST file.
 

Methods in com.pff that return types with arguments of type PSTFolder
 java.util.Vector<PSTFolder> PSTFolder.getSubFolders()
          get all of the sub folders...
 

Uses of PSTFolder in example
 

Methods in example with parameters of type PSTFolder
 void Test.processFolder(PSTFolder folder)