Mail, NotesUIDocument, and Signatures

Without going into the gory details, I’m trying to create a LotusScript button that’s run from the Notes client and creates a new memo from the user’s mail file.

The trick is that I’d like to prevent the automatic insertion of a signature. I’ve poured through the CoreEmailClasses Script Library in the mail template, but am still lost as to how exactly that signature is getting inserted. Any help?

Subject: Mail, NotesUIDocument, and Signatures

You will find it in the declaration section of the CoreEmailClasses library. Look for Me.m_strSignature, MEMO_AUTOSIGNATURE, and InsertSignature(True).