PstReader Constructor
Creates an instance of PstReader class.
Overload List
  NameDescription
Public methodPstReader(Stream)
Creates an instance of PstReader class and loads .PST database from a stream.
Public methodPstReader(String)
Creates an instance of PstReader class and opens the specified .PST file.
Public methodPstReader(Stream, String)
Creates a new .PST reader and loads .PST database from a stream.
Public methodPstReader(String, String)
Creates a new .PST reader, unlocks it and loads .PST database from the specified file.
Top
See Also