Uses of Class
com.pff.PSTObject
Packages that use PSTObject
-
Uses of PSTObject in com.pff
Modifier and TypeClassDescriptionclassPSTActivity represents Journal entriesclassPSTAppointment is for Calendar itemsclassClass containing attachment informationclassClass for ContactsclassPST DistList for extracting Addresses from Distribution lists.classRepresents a folder in the PST File Allows you to access child folders or items.classPST Message contains functions that are common across most MAPI objects.classObject that represents the message store.classObject that represents a RSS itemclassObject that represents Task itemsModifier and TypeFieldDescriptionprotected LinkedHashMap<String, HashMap<DescriptorIndexNode, PSTObject>> PSTObject.childrenModifier and TypeMethodDescriptionstatic PSTObjectPSTObject.detectAndLoadPSTObject(PSTFile theFile, long descriptorIndex) Detect and load a PST Object from a file with the specified descriptor index(package private) static PSTObjectPSTObject.detectAndLoadPSTObject(PSTFile theFile, DescriptorIndexNode folderIndexNode) Detect and load a PST Object from a file with the specified descriptor indexPSTFolder.getNextChild()Get the next child of this folder As there could be thousands of emails, we have these kind of cursor operationsModifier and TypeMethodDescriptionPSTFolder.getChildren(int numberToReturn) get some children from the folder This is implemented as a cursor of sorts, as there could be thousands and that is just too many to process at once.