IBM®
Skip to main content
    Country/region select      Terms of use
 
 
   
     Home      Products      Services & solutions      Support & downloads      My account     
 
developerWorks
AIX and UNIX
Information Mgmt
Lotus
New to Lotus
Products
How to buy
Downloads
Live demos
Technical library
Training
Support
Forums & community
Events
Rational
Tivoli
WebSphere
Java™ technology
Linux
Open source
SOA and Web services
Web development
XML
My developerWorks
About dW
Submit content
Feedback



developerWorks  >  Lotus  >  Technical Library
developerWorks



Tips from LDD
Blocking return receipts

Tip submitted by
Alex Varshavsky


Level: Beginner
Works with: Notes/Domino
Updated: 08/01/2002

Related link:
More Tips from LDD


Return receipts can reassure people that you received their email message. But have you ever wanted to block a return receipt? If so, you're in luck. You can have the option of blocking a return receipt before it is sent by doing the following:
  1. In Domino Designer, open the ($Inbox) folder of your mail database.
  2. Select the QueryOpenDocument event in the Objects window.
  3. Select Formula in the Programmer's pane, and then copy and paste the following code into the pane:

    @If(@IsAvailable(ReturnReceipt);
      @If(ReturnReceipt = "1";
      @If(@Prompt([YESNO];"Return Receipt";
        "Delete Return Receipt?");
        @SetField("ReturnReceipt";"0");
      "");
      "");
    "")

Once you save the folder, you're all set. The next time you open a message with a return receipt requested, you will be prompted whether or not to delete the return receipt. If you want to know when a return receipt is requested, see the LDD Today tip "Creating a Return Receipt Indicator."


SUBMIT YOUR TIPS!
We encourage you to send us your tips (You can also click the "Would you like to submit a tip?" graphic below.) Your tips can be anything you've discovered about any Lotus product. The most important thing is that your tip be interesting, useful, or handy. And be sure to include complete information about how your tip works. For ideas, take a look at our tip archives. If we publish your tip, we'll send you the IBM Redbooks Lotus Collection on CD.






Would you like to submit a tip?
    About IBM Privacy Contact