PersonalStorageFromStream Method (Stream) |
Load PST from stream.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static PersonalStorage FromStream(
Stream stream
)
Public Shared Function FromStream (
stream As Stream
) As PersonalStorage
public:
static PersonalStorage^ FromStream(
Stream^ stream
)
static member FromStream :
stream : Stream -> PersonalStorage
Parameters
- stream
- Type: System.IOStream
The System.IO.Stream.
Return Value
Type:
PersonalStorageA PersonalStorage object that represents the current PST.
RemarksBy default, the pst will support writing.
See Also