DocumentEmailBody Property |
Email text body used in extracted email text and content hash.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public string EmailBody { get; set; }Property Value
String
Remarks
If preferred email body was originally HTML, RTF, Flowed, or Enriched then this body was converted to plain-text.
Property EmailBodyType specifies the determined preferred body format source used for this property.
See Also