Click or drag to resize

DocumentIsInlineEmailImage Property

Specifies whether this document is an inline email image.

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

Property Value

Boolean
Remarks
Is inline email image attachments are found in emails with HTML or RTF bodies.
See Also