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
|
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
|
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) & 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
|
PSTTask |
Object that represents Task items
|
PSTTimeZone |
Class containing time zone information
|
Exception | Description |
---|---|
PSTException |
Simple exception for PST File related errors
|
Copyright © 2016. All rights reserved.