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
)

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
ExceptionCondition
ArgumentNullException throws if stream is null
See Also