| PstReader Constructor |
| Name | Description | |
|---|---|---|
| PstReader(Stream) |
Creates an instance of PstReader class and loads .PST database from a stream.
| |
| PstReader(String) |
Creates an instance of PstReader class and opens the specified .PST file.
| |
| PstReader(Stream, String) |
Creates a new .PST reader and loads .PST database from a stream.
| |
| PstReader(String, String) |
Creates a new .PST reader, unlocks it and loads .PST database from the specified file.
|