Click or drag to resize

IMessagingStoreExtractorGetNextMessage Method

Gets the next message object from the messaging store as a ChildDocument object where the message object's contents are contained in the DocumentBytes property of the returned ChildDocument.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
ChildDocument GetNextMessage()

Return Value

ChildDocument
Native messaging object as a ChildDocument or returns null when there are no more messages in the messaging store. The messaging object's native data is contained in the DocumentBytes property.
See Also