Click or drag to resize

DocumentTaskSettingsOutputEmailBodies Property

If true, for email types, saves all extracted email bodies to the task's outputted document data archive file (DocumentDataArchive.dda). If false (default value), email bodies are not saved.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool OutputEmailBodies { get; set; }

Property Value

Boolean
Remarks

Note: an email can have several versions of an email body present in the email document: HTML, RTF, and plain-text.

By default only the extracted text from the primary email body (see EmailBodyType) is saved. If processing many 1000's of emails and saving all email bodies this can lead to the DocumentDataArchive.dda file getting very large which could end up being an issue if you are using the DocumentDataArchiveReader to read the outputted DocumentDataArchive.dda file into memory.

See Also