Hi Doug,
I found that there is a bug preventing the setting of the Request Read Receipt flag within the "FormEmailPurchaseOrderClicked" breakout.
Attached is a patch DLL which will address the issue - just copy and overwrite your existing DLL in the Jiwa program files folder.
Once applied, in the FormEmailPurchaseOrderClicked breakout, just add this line:
- Code: Select all
RequestReadReceipt = True
And then when the Email dialog is shown, the Request Read Receipt checkbox will be set.
Mike