Uses of Class
com.pff.PSTObject
-
Packages that use PSTObject Package Description com.pff -
-
Uses of PSTObject in com.pff
Subclasses of PSTObject in com.pff Modifier and Type Class Description classPSTActivityPSTActivity represents Journal entriesclassPSTAppointmentPSTAppointment is for Calendar itemsclassPSTAttachmentClass containing attachment informationclassPSTContactClass for ContactsclassPSTDistListPST DistList for extracting Addresses from Distribution lists.classPSTFolderRepresents a folder in the PST File Allows you to access child folders or items.classPSTMessagePST Message contains functions that are common across most MAPI objects.classPSTMessageStoreObject that represents the message store.classPSTRssObject that represents a RSS itemclassPSTTaskObject that represents Task itemsFields in com.pff with type parameters of type PSTObject Modifier and Type Field Description protected java.util.LinkedHashMap<java.lang.String,java.util.HashMap<DescriptorIndexNode,PSTObject>>PSTObject. childrenMethods in com.pff that return PSTObject Modifier and Type Method Description static 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 indexPSTObjectPSTFolder. getNextChild()Get the next child of this folder As there could be thousands of emails, we have these kind of cursor operationsMethods in com.pff that return types with arguments of type PSTObject Modifier and Type Method Description java.util.Vector<PSTObject>PSTFolder. 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.
-