Click or drag to resize

ChildDocumentInlineImageContentId Property

If IsInlineEmailImage is true; then if it exists, this property contains the "Content-ID" header value of the inline image.

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

Property Value

String
See Also