Signature inserted ABOVE programmatically added text in email

I need to write code in a button that takes some fields from a form and creates an email for the user. Some of the data in the fields will be added to the body of the email, and some attachments. I need to present the email to the user in the UI.

I have coded this and it works but if the user has a signature it always ends up at the top of the body.

Is there a way to program around this?

Bryan

Subject: Possible workarounds

See the following linked page for possible workarounds to the issue:

http://www-10.lotus.com/ldd/bpmpblog.nsf/dx/sign-at-the-top

Subject: Didn’t work

Thanks for pointing me in that direction. I tried the code, but couldn’t get it to work. The user’s will just have to live with weird placement of signatures.

Bryan