Click or drag to resize

OutlookStorageLoadStorage Method

Processes sub streams and storages on the specified storage.

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
protected virtual void LoadStorage(
	OutlookStorageNativeMethodsIStorage storage
)

Parameters

storage
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsIStorage
The storage to get sub streams and storages for.
See Also