Click or drag to resize

DocumentTaskSettingsExcludeInlineEmailImages Property

Exclude all inline email images. The default value is true.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool ExcludeInlineEmailImages { get; set; }

Property Value

Boolean
Remarks
"Excluded" email images can be reprocessed, if desired, at a later time. An excluded image has a data store record and file data saved to file store but marked as "excluded" in data store. This allows excluded inline email images to be automatically filtered from review.
See Also