ChildDocumentIsInlineEmailImage Property

If true, this child document is an email inline image attachment.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool IsInlineEmailImage { get; set; }

Property Value

Boolean

Remarks

Inline image attachments are found in emails with HTML or RTF bodies. Inline images are sometimes not considered valuable content (e.g., company logos in email signature), so this property is provided as a convenience to filter out email inline images, if desired.

See Also