We recently upgraded from v5 to v6.5.1. I had a smart icon that I built that signed me e-mail, randomly selected a tag line then marked my e-mail for return reciept. All that is working fine in v6 except the return reciept.
The original macro ended with
@SetField(“ReturnReceipt”; “1”)
After running the smarticon, I bring up the properties of the document and can see that returnreceipt = 1. However if any background agents run (like when you click in the to field), returnreceipt gets set back to 0.
If I go through the normal way of requesting a Return Receipt (Delievry Option/Return Receipt) it works just fine.
I searched the forums here and found a post that talked about setting DeliveryReport = C. I tried that and got a return receipt, but it came from the mail router and not the person I sent the e-mail to. Also tried setting DeliveryReport = B. returnrececipt goes back to 0 when I do that.
Any suggestions?