0 pts.
 Accept or Deny Return Receipt-2
Is there a way lotus Notes can notify a specific user to accept or deny a return receipt from the sender?

Software/Hardware used:
ASKED: October 11, 2004  3:54 PM
UPDATED: October 12, 2004  10:18 AM

Answer Wiki:
You can modify the design of the mail file's $Inbox folder. Change the QueryOpenDocument event code to: @If(@IsAvailable(ReturnReceipt); @If(ReturnReceipt = "1"; @If(@Prompt([YESNO];"Return Receipt"; "Delete Return Receipt?"); @SetField("ReturnReceipt";"0"); ""); ""); "") then add: (ReturnReceipt="1"); 164; to the column value formula for the first column. You'll now have an indication of a return receipt on the message before opening it and a prompt to delete the return receipt upon opening it.
Last Wiki Answer Submitted:  October 12, 2004  10:18 am  by  DMDohm   0 pts.
All Answer Wiki Contributors:  DMDohm   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _