Load
Load (1 of 2)
Load OLM storage from stream. This method is used when a OlmStorage object is created using constructor with the TraversalExceptionsCallback parameter.
Returns: ’true’ if the file has been loaded successfully and further traversal is possible; otherwise, false.
Load(System::SharedPtr < System::IO::Stream > stream)
| Parameter | Description |
|---|---|
| stream | The stream. |
Load (2 of 2)
Load OLM storage from file. This method is used when a OlmStorage object is created using constructor with the TraversalExceptionsCallback parameter.
Returns: ’true’ if the file has been loaded successfully and further traversal is possible; otherwise, false.
Load(System::String fileName)
| Parameter | Description |
|---|---|
| fileName | The file name. |