OlmStorage.FromFile

OlmStorage.FromFile method

Load OLM storage from file.

public static OlmStorage FromFile(string fileName)
ParameterTypeDescription
fileNameStringName of .olm file.

Return Value

An OlmStorage object that represents the current OLM file.

See Also