PersonalStorageFromStream Method (Stream)

Load PST from stream.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static PersonalStorage FromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The System.IO.Stream.

Return Value

Type: PersonalStorage
A PersonalStorage object that represents the current PST.
Remarks
By default, the pst will support writing.
See Also