Click or drag to resize

OutlookStorageMessageLoadStorage Method

Processes sub storages on the specified storage to capture attachment and recipient data.

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

Parameters

storage
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsIStorage
The storage to check for attachment and recipient data.
See Also