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 class
PSTActivity
PSTActivity represents Journal entriesclass
PSTAppointment
PSTAppointment is for Calendar itemsclass
PSTAttachment
Class containing attachment informationclass
PSTContact
Class for Contactsclass
PSTDistList
PST DistList for extracting Addresses from Distribution lists.class
PSTFolder
Represents a folder in the PST File Allows you to access child folders or items.class
PSTMessage
PST Message contains functions that are common across most MAPI objects.class
PSTMessageStore
Object that represents the message store.class
PSTRss
Object that represents a RSS itemclass
PSTTask
Object 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. children
Methods in com.pff that return PSTObject Modifier and Type Method Description static PSTObject
PSTObject. detectAndLoadPSTObject(PSTFile theFile, long descriptorIndex)
Detect and load a PST Object from a file with the specified descriptor index(package private) static PSTObject
PSTObject. detectAndLoadPSTObject(PSTFile theFile, DescriptorIndexNode folderIndexNode)
Detect and load a PST Object from a file with the specified descriptor indexPSTObject
PSTFolder. 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.
-