Issue with ReturnReceipt

Hello

I have written a Lotus Script code to send the mail and want Return Receipt for the mail So have used the below code

docmail.ReturnReceipt = “1”

The mail is received with the Red mark and in the document properties the Value of ReturnReceipts is “1” which is correct but when the mail message is opened the red mark doesn’t go away and the return mail is also not sent, value of ReturnReceipts stays as “1”. Any Ideas please

Any help greatly appreciated. Thanks

Subject: Issue with ReturnReceipt

I suppose that you need to fill more fields. What you could do it send a regular message with returnreceipt and one without. Check all the properties for different values and set them in your code accordingly.