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.

Definition

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

Property Value

String

Remarks

Property BodyType specifies the email body format source of this property.

See Also