• ExportRFC and signature

    By Ben Wall 1 decade ago

    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