IMessagingStoreExtractorExtractContent Method |
Extracts messaging store metadata and messaging store folders.
Namespace: OpenDiscoverSDK.Interfaces.ExtractorsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
SyntaxMessagingStoreContent ExtractContent(
string password = null,
bool countMessagingObjects = true,
int messageObjectCount = -1
)
Parameters
- password String (Optional)
- Password used to decrypt an encrypted messaging store.
- countMessagingObjects Boolean (Optional)
- If true (default), count the number of message objects in the messaging store; If false, do not count message objects.
- messageObjectCount Int32 (Optional)
- If 'countMessageObjects' is false, this value should hold the number of message objects in the messaging store.
Return Value
MessagingStoreContentA
MessagingStoreContent object.
Remarks
See Also