
Project: OpenNTF Mail Experience (Managed by Vince Schuurman)
Subject
ExportRFC and signature
Posted by
Ben Wall on 04/14/2010 at 04:32 PM
Details
Hello,
I'm not sure if this is entirely germaine, but this is something I've wrestled with a bit and so I'll offer it here. I'm using the exportRFC function from the template and was slightly dissatisfied with having my sig block show up in the email messages it composed. To have the same message without your signature, you need to add two lines:
after line 27, add:
Call memo.ReplaceItemValue("Body",Nothing)
Call memo.Save(False,False)
This results in a new message with attachment but without a signature.
~ben
Modification history
| Entered 14-Apr-2010 16:32 by Ben Wall. Last Modified <none> by <none>. |
Feedback
Check out other projects
Anonymous