OlmStorage.Load
Contents
[
Hide
]Load(Stream)
Load OLM storage from stream. This method is used when a OlmStorage object is created using constructor with the TraversalExceptionsCallback parameter.
public bool Load(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
Return Value
’true’ if the file has been loaded successfully and further traversal is possible; otherwise, false.
See Also
- class OlmStorage
- namespace Aspose.Email.Storage.Olm
- assembly Aspose.Email
Load(string)
Load OLM storage from file. This method is used when a OlmStorage object is created using constructor with the TraversalExceptionsCallback parameter.
public bool Load(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The file name. |
Return Value
’true’ if the file has been loaded successfully and further traversal is possible; otherwise, false.
See Also
- class OlmStorage
- namespace Aspose.Email.Storage.Olm
- assembly Aspose.Email