DocumentIsInlineEmailImage Property

Specifies whether this document is an inline email image.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
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

Is inline email image attachments are found in emails with HTML or RTF bodies.

See Also