Click or drag to resize

EntityResultEmailTransportHeadersTrace Property

Traces an email's transport headers for MIME, EML, EMLX, and Outlook .msg email file formats. For all other file formats this property list will not be set (i.e., empty list).

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public List<EmailTransportHeader> EmailTransportHeadersTrace { get; set; }

Property Value

ListEmailTransportHeader
See Also