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,