AddresseeFieldName
A list of fields to add to the document to contain the names associated with the e-mail addresses extracted from the corresponding field identified by FieldNameRegex
. You can specify the names as a comma-separated list, or by using numbered parameters. You must enter the same number of values as set for FieldNameRegex
.
Type: | String (comma-separated list) |
Default: | "to_name","from_name","cc_name","bcc_name" |
Required | No |
Configuration Section: | Any section that contains settings for email address normalisation |
Example: | [EmailAddressNormalisationSettings] FieldNameRegex="To","From","Cc","Bcc" AddresseeFieldName="to_name","from_name","cc_name","bcc_name" EmailFieldName="to_email","from_email","cc_email","bcc_email" OR [EmailAddressNormalisationSettings] FieldNameRegex0=To AddresseeFieldName0=to_name EmailFieldName0=to_email FieldNameRegex1=From AddresseeFieldName1=from_name EmailFieldName1=from_email ... |
See Also: |