This tip will allow you to decide if you would like to send a return receipt with your outgoing mail. Use the instructions and code to configure your system for the return receipt option.
- To use this code you will need to open your mail file in designer.
- Select the ($Inbox) Folder, and edit it.
- Select Queryopendocument, Change to Formula code and enter the Code below.
@If(@IsAvailable(ReturnReceipt);
@If(ReturnReceipt = "1";
@If(@Prompt([YesNo];
"Return Receipt";
"Delete Return Receipt?");
@SetField("ReturnReceipt";"0");
"");
"");
"")
This was first published in March 2003