Time |
[DataMemberAttribute] public bool DisplayEmailRecipientNameAndSmtp { get; set; }
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