Export the IMPB in a script
To export the Intelligent Mail PACKAGE Barcode, add a Command Event AFTER the Presort Mail… and Print Presort, Reports… events to generate the IMpb and the eVS file with the following Syntax:
com_Alias=ALIAS() SELECT("_printpresort") com_IMB=CREATEOBJECT("utilities") com_IMB.iMailpb() =evs() SELECT(com_Alias) |