Class | Description |
---|---|
DescriptorIndexNode |
DescriptorIndexNode is a leaf item from the Descriptor index b-tree
It is like a pointer to an element in the PST file, everything has one...
|
LZFu |
An implementation of the LZFu algorithm to decompress RTF content
|
OffsetIndexItem |
OffsetIndexItem is a leaf item from the Offset index b-tree
Only really used internally to get the file offset for items
|
PSTActivity |
PSTActivity represents Journal entries
|
PSTAppointment |
PSTAppointment is for Calendar items
|
PSTAppointmentException |
Class containing information on exceptions to a recurring appointment
|
PSTAppointmentRecurrence |
Class containing recurrence information for a recurring appointment
|
PSTAttachment |
Class containing attachment information.
|
PSTByteFileContent | |
PSTContact |
Class for Contacts
|
PSTConversationIndex |
Class to hold decoded PidTagConversationIndex
|
PSTDescriptorItem |
The descriptor items contain information that describes a PST object.
|
PSTDistList |
PST DistList for extracting Addresses from Distribution lists.
|
PSTFile |
PSTFile is the containing class that allows you to access items within a .pst
file.
|
PSTFileContent | |
PSTFolder |
Represents a folder in the PST File
Allows you to access child folders or items.
|
PSTGlobalObjectId |
Class to represent a decoded PidLidGlobalObjectId or
PidLidCleanGlobalObjectId (for Meeting Exceptions)
See [MS-OXOCAL]
https://msdn.microsoft.com/en-us/library/cc425490(v=exchg.80).aspx, sections
2.2.1.27(PidLidGlobalObjectId) and 2.2.1.28(PidLidCleanGlobalObjectId)
|
PSTMessage |
PST Message contains functions that are common across most MAPI objects.
|
PSTMessageStore |
Object that represents the message store.
|
PSTNodeInputStream |
this input stream basically "maps" an input stream on top of the random
access file
|
PSTObject |
PST Object is the root class of all PST Items.
|
PSTRAFileContent | |
PSTRecipient |
Class containing recipient information
|
PSTRss |
Object that represents a RSS item
|
PSTTable |
The PST Table is the workhorse of the whole system.
|
PSTTable7C |
Specific functions for the 7c table type ("Table Context").
|
PSTTable7CItem |
Items found in the 7c tables
|
PSTTableBC |
The BC Table type.
|
PSTTableBCItem |
Items within the BC Table
|
PSTTableItem |
Generic table item.
|
PSTTask |
Object that represents Task items
|
PSTTimeZone |
Class containing time zone information
|
Exception | Description |
---|---|
PSTException |
Simple exception for PST File related errors
|