Click or drag to resize

IDocumentStoreExtractorExtractContent Method

Extracts document store metadata.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
DocumentContent ExtractContent(
	string password = null
)

Parameters

password  String  (Optional)
Password used to decrypt an encrypted document store.

Return Value

DocumentContent
A MailStoreContent object.
Remarks
To extract document store document objects see method GetNextDocument.
See Also