PstReader Constructor (String)
Creates an instance of PstReader class and opens the specified .PST file.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public PstReader(
	string pstFilePath
)

Parameters

pstFilePath
Type: SystemString
The path to the file containing the .PST database.
Exceptions
ExceptionCondition
MailBeeLicenseExceptionMailBee.NET Outlook Converter not licensed.
Remarks
This overload requires the license key be already set (such as with MailBee.Global.LicenseKey property, app.config, web.config, or in Windows registry).
See Also