Time Zone And Email SettingsDisplay Email Recipient Name And Smtp Property
For email types, if true, the SMTP email address (if known) is also included in the extracted text for each recipient (e.g., "DisplayName < SMTP Address >").
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool DisplayEmailRecipientNameAndSmtp { get; set; }Property Value
BooleanRemarks
If true (default value), all recipients displayed in the extracted email text will have the following format: "DisplayName < SMTP Address >"
If false, only the recipient display name will be displayed in the email extracted text. If the recipient display name is not known then the recipient's SMTP address will be displayed in email extracted text.
The From and Sender email addresses (if known) are always displayed in the extracted text, e.g., "Sender: " field as "SenderDisplayName < SMTP Address >".
Note: This property only effects the extracted text and not the calculated email hashes.
Default property value: true