PstReader Constructor (Stream, String) |
Creates a new .PST reader and loads .PST database from a stream.
Namespace: MailBee.OutlookAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic PstReader(
Stream pstStream,
string licenseKey
)
Public Sub New (
pstStream As Stream,
licenseKey As String
)
Parameters
- pstStream
- Type: System.IOStream
The stream containing the .PST database. - licenseKey
- Type: SystemString
The license key. Can be a null reference (Nothing in Visual Basic) in case
if the product is already unlocked (the license key was specified in app.config, web.config, Windows registry, or
in MailBee.Global.LicenseKey property).
Exceptions
See Also