OlmStorage Constructor (Stream) |
Initializes a new instance of the
OlmStorage class.
Namespace:
Aspose.Email.Storage.Olm
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public OlmStorage(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
OlmStorage(
Stream^ stream
)
new :
stream : Stream -> OlmStorage
Parameters
- stream
- Type: System.IOStream
Source stream Stream with OLM storage data.
Return Value
Type:
Returns an OlmStorage instance which is loaded from the specified stream.
Exceptions See Also