OlmStorage Constructor (String)

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(
	string fileName
)

Parameters

fileName
Type: SystemString
OLM file name.

Return Value

Type: 
Returns an OlmStorage instance which is loaded from the specified file.
Exceptions
ExceptionCondition
ArgumentNullException throws if file name is null or empty
See Also