OutlookStorageMessageLoadStorage Method

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

Definition

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

Parameters

storage  OutlookStorageNativeMethodsIStorage
The storage to check for attachment and recipient data.

See Also