How does notes design a forwarded mail?

Hi designers,

does anyone know how the “forward”-action in the memo formats the new memo?

the command is:

@Command([ComposeWithReference]; “” ; “Memo”; 1 + 2 + 16 + 32 + 64)

and a subform $FORWARDSEP creates the row:

----- Forwarded by on 02.06.2009 23:55 -----

but how comes the followin into the new memo:

From: Username/OU/O

To: another Username/OU/O

Date: 02.06.2009 09:44

Subject: Fw: plus original subject

plus orig body (not more!)

??

I tried it in an own application,and always get the whole original document rendered into the new one (not only the body field).

To get on the track, I already removed all LS calls and libs from the orig memo form (in my original mail file), and all subforms and almost all tables/fields:

Still the forwarded new memo has the above mentioned format…

Any tip would be gladly appreciated

Uwe

Subject: forwarded mail

Forwarded mail uses the form SimplifiedReply. That is where this text comes from.

From: Username/OU/O

To: another Username/OU/O

Date: 02.06.2009 09:44

Subject: Fw: plus original subject

Subject: thx for the tip, Debbie :slight_smile:

thx Debbie,

  • I just tried that one … and wanted to post it here …

so I was a little bit too fast/slow :wink:

this seems to be “hardcoded” somewhere? When I copy that form into my db, it uses that form too!

Uwe