ChildDocumentIsInlineEmailImage Property |
If true, this child document is an email inline image attachment.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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