FieldNameRegex
A list of regular expressions to identify the metadata fields to process. The regular expressions are not case sensitive. If the name of a field matches the regular expression, CFS extracts any e-mail addresses and names from the field, and writes the information back to the document in a standard format.
You can specify a comma-separated list of regular expressions, or use numbered parameters (FieldNameRegex0
, FieldNameRegex1
, and so on).
Type: | String (comma-separated list) |
Default: | "To","From","Cc","Bcc" |
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: |