IDocumentStoreExtractorExtractContent Method |
Extracts document store metadata.
Namespace: OpenDiscoverSDK.Interfaces.ExtractorsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
SyntaxDocumentContent ExtractContent(
string password = null
)
Parameters
- password String (Optional)
- Password used to decrypt an encrypted document store.
Return Value
DocumentContentA
MailStoreContent object.
Remarks
See Also