PstReader Methods

The PstReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the opened .PST stream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFolderByID
Gets the PST folder by its ID.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItemByID
Gets the PST item by its ID.
Public methodCode exampleGetPstRootFolders(Boolean)
Gets the list of root folders which are present in the .PST file or stream.
Public methodGetPstRootFolders(Boolean, String)
Gets the list of root folders which are present in the .PST file or stream with specified delimiter which is used as a hierarchy delimiter of separate levels of folder names.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also