PstReader Constructor (Stream) |
Creates an instance of
PstReader class and loads .PST database from a stream.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic PstReader(
Stream pstStream
)
Public Sub New (
pstStream As Stream
)
Parameters
- pstStream
- Type: System.IOStream
The stream containing the .PST database.
Exceptions
RemarksThis 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