Click or drag to resize

EmailDocumentContentBody Property

The email text body used for the extracted email text. If body was originally HTML, RTF, Flowed, or Enriched then this property value was converted to plain-text.

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

Property Value

String
Remarks
Property BodyType specifies the email body format source of this property.
See Also