• Checkbox for Return Receipt does not work

    By Mike J Perrett 2 decades ago

    Hi. I often use the checkboxes for High Importance, Return Receipt etc at the top of the memo form. However Return Receipt no longer works, click it and you just get Screen Flicker.



    Using Delivery Options to select return receipt still works, and bizarrely, when you return to the memo form, you can use the checkbox to "untick" return receipt but you cannot "tick" it again.



    Thanks



    Mike

    • More on the Return Receipt Checkbox

      By Mike J Perrett 2 decades ago

      I would like to add that the behaviour whereby you can uncheck the box, is reversed if the default behaviour in the OpenNTF section of the Mail File Preferences is set to always request a return receipt.



      With this option set, you can enable return receipts using the checkbox but cannot turn them off again.



      The delivery options dialogue box continues to work as normal



      Mike

    • Return receipt issue

      By Mike Hollenbeck 1 decade ago

      I too am having this problem. Before I realized is was on OpenNTF issue, I had posted this on notes.net with detail.



      http://www-10.lotus.com/ldd/nd85forum.nsf/DateAllThreadedWeb/682218733e401b6885257591004674c5?OpenDocument

    • Its worse than I first thought

      By Mike J Perrett 1 decade ago

      When I discovered that the 'Workaround' would be to click delivery options and then choose "Return Receipt" I figured that would be OK until the UI problem was fixed.



      However, It now seems to me that the Return Receipt flag isn't being set at all. I've noticed over the last few weeks that I haven't got a single read receipt back on any of my emails for which I have requested such a receipt.



      I'm going to set the default behaviour to always request a Return Receipt and see if that changes anything, if it does I'll post back!



      Can anyone else verify the same is happening for them?



      Mike

      • Try this to solve the problem...

        By Alexander Malinin 1 decade ago

        I have worked "ReturnReceipt" function and I'll do this:


        1. Open you template of OpenNTF Mail Experience or your MailBox in Designer.
        2. Find the form named "Message" and open it for editing.
        3. In TOP of the form after words "OpenNTF added:" and\or after field named "DeliveryReport" you must

          add a new text field named "ReturnReceipt"
        4. In "Input Translation" you must insert:

          @If(

          @ClientType = "Web"; ReturnReceipt;

          tmpReturnReceipt = ""; "0"; tmpReturnReceipt)
        5. Save'and'close and enjoy :)
    • Try this to solve the problem...

      By Alexander Malinin 1 decade ago

      I have worked "ReturnReceipt" function and I'll do this:


      1. Open you template of OpenNTF Mail Experience or your MailBox in Designer.
      2. Find the form named "Message" and open it for editing.
      3. In TOP of the form after words "OpenNTF added:" and\or after field named "DeliveryReport" you

        must add a new text field named "ReturnReceipt" - this field must be hidden to anybody.
      4. In "Input Translation" you must insert:

        @If(

        @ClientType = "Web"; ReturnReceipt;

        tmpReturnReceipt = ""; "0"; tmpReturnReceipt)
      5. Save'and'close and enjoy :)
      • Return Receipt fix

        By Ruaridh McDonald 1 decade ago

        I cannot get this to work as the field already exist in the subform called DelOptionSubform. Any suggestions?

        • By Alexander Malinin 1 decade ago

          No… in subform called "DelOptionSubform" you have only "tmpReturnReceipt" field. In all standart IBM

          Lotus Notes Mail (R*) template you can see that in subform called "DelOptionSubform" exist only

          "tmpReturnReceipt" field and field called "ReturnReciept" exist only in forms "Memo" (R7 and smaller ver.)

          or "Message" (R8 and later ver. of templates)

      • sulotion to fail !

        By Salud xia 1 decade ago

        Dear all ,hello !



        the "ReturnReceipt" function are still disable in Mail85_ME_v85.ntf and Mail802_ME_v802.ntf , use the sulotion of Alexander Malinin to fix it , but fail !

        Because the field named "ReturnReceipt" have already exist in "Deloptionsubform" !