IBM Support

LO82685: ENH: ADD A FEATURE TO FORWARD MESSAGE BY LOTUSSCRIPT

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as suggestion for future release.

Error description

  • The customer request to add new LotusScript function to forward
    message in the same way of mail rule.
    If message is forwarded by mail rule,  Sender's name and
    recipients information (sendto, copyto, blindcopyto) is remains
    in forwarded message. So forwarded user can reply the message
    normally.
    The customer want to create mail forward agent similar to mail
    rule, but it does not work expectedly.
    
    The customer created the following agent.
    
     Dim s As New NotesSession
     Dim db As NotesDatabase
     Dim doc As NotesDocument
     Dim newdoc As NotesDocument
    
     Set db=s.CurrentDatabase
     Set doc=s.Documentcontext
     Set newdoc = db.CreateDocument
    
     Call doc.CopyAllItems(newdoc, True)
     newdoc.Subject="Fwd: "& newdoc.Subject(0)
     Call newdoc.Send(False, "testuser@xxx.xxx.xxx")
    
    But if the message has Copyto field,  the message send to Copyto
    recipients again by this agent.
    
    The customer want to add new method or property that can leave
    From, SendTo, CopyTo and BlidCopyTo information in forwarded
    message.
    

Local fix

  • Use mail rule
    

Problem summary

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    LO82685

  • Reported component name

    DOMINO SERVER

  • Reported component ID

    5724E6200

  • Reported release

    850

  • Status

    CLOSED SUG

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2014-11-10

  • Closed date

    2016-02-24

  • Last modified date

    2016-02-24

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

[{"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Product":{"code":"SSKTMJ","label":"Lotus Domino"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
24 February 2016