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
Syntaxpublic OlmStorage(
string fileName
)
Public Sub New (
fileName As String
)
public:
OlmStorage(
String^ fileName
)
new :
fileName : string -> OlmStorage
Parameters
- fileName
- Type: SystemString
OLM file name.
Return Value
Type:
Returns an OlmStorage instance which is loaded from the specified file.
Exceptions
See Also