OlmStorageFromStream Method |
Load OLM from stream.
Namespace:
Aspose.Email.Storage.Olm
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic static OlmStorage FromStream(
Stream stream
)
Public Shared Function FromStream (
stream As Stream
) As OlmStorage
public:
static OlmStorage^ FromStream(
Stream^ stream
)
static member FromStream :
stream : Stream -> OlmStorage
Parameters
- stream
- Type: System.IOStream
The System.IO.Stream.
Return Value
Type:
OlmStorage
An OlmStorage object that represents the current OLM storage.
See Also