IMessaging Store ExtractorExtract Content Method
Extracts messaging store metadata and messaging store folders.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
A MessagingStoreContent object.
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
MessagingStoreContent 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
To extract messaging objects see method GetNextMessage.