/
Remove Existing Header
Remove Existing Header
Any Headers you wish to remove must be in the Matching Headers csv, or they will not be processed!
This example will remove the unwanted Cc address header:
/*Removing a header!*/
if(headerBeans.get('cc') != null){
var ccAdd = jemhUtils.getOriginalAddressees(headerBeans.get('cc'));
headerBeans.remove('cc');
}
, multiple selections available,
Related content
Migrating CSUM to Cloud
Migrating CSUM to Cloud
Read with this
Pre Proc Script Examples
Pre Proc Script Examples
Read with this
How To Use Pre-Processing Tasks
How To Use Pre-Processing Tasks
Read with this