EmailAddressNormalisation Task Parameters
The parameters in this section customize the EmailAddressNormalisation
task.
This task searches the metadata fields of a document for the names and e-mail addresses of e-mail senders and recipients. It then writes the information back to the document in a standard format.
You can configure EmailAddressNormalisation
as a Pre or Post task.
The task reads configuration parameters from the section of the configuration file that you specify in the Pre
or Post
parameter, for example:
[ImportTasks] Post0=EmailAddressNormalisation:EmailAddressNormalisationSettings [EmailAddressNormalisationSettings] FieldNameRegex="To","From","Cc","Bcc" AddresseeFieldName="to_name","from_name","cc_name","bcc_name" EmailFieldName="to_email","from_email","cc_email","bcc_email"