Click or drag to resize

TimeZoneAndEmailSettingsDisplayEmailRecipientNameAndSmtp 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 >").

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

Property Value

Boolean
Remarks

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

See Also