• received mail cannot be forwarded

    By Roel Noorman 1 decade ago

    Not sure if it is a defect, i could not find anything about it.

    Is the emails that are send out, there is a field tmpNewDoc="1"

    Likely, this wil not give any problem if the mail is sent via SMTP but when it stays within a Domino environment, this field will also be on the received document, causing the 'Forwared' option to be hidden in the receivers Notes client.

    I guess the field only has a meaning for the sending Notes client and not for the receiver, so likely, it should be removed before sending.

     

     

    • tmpNewDoc

      By David Turner 1 decade ago

      Thanks for the tip Roel,

       

      Yes, it appears that the Common BaseNoteCopy.setNewNoteInfo function sets the tmpNewDoc field during the copy process.

      The existence of this field would disable some of the Forward actions, and others.

       

      It should be straightfoward to exclude this field through the MergeMemoCopy.postCopyProcessing function, so I'll fix that for the next release.

       

      Best regards,

        David

    • tmpNewDoc fixed in v1.4

      By David Turner 1 decade ago

      In MailMerge v1.4 the tmpNewDoc field is now removed after copying so that generated emails can be forwarded.