Bitfield flags for the content extraction process when retrieving the text content of a file.
Member | Value | Description |
---|---|---|
MFTextContentExtractionFlagsNone | 0 | None. |
MFTextContentExtractionFlagsUnpackContainers | 1 | Specifies whether a container object should be unpacked for content extraction. |
MFTextContentExtractionFlagsUsePlainTextCache | 2 | Use plain text cache. This makes other options, such as "UnpackContainers" ineffective. The operation returns the text content with global defaults in same way it is returned for e.g. search indexing. |