Where is signature code in 6.5 mailbox template?

I’m trying to figure out the code that inserts a signature into newly-created memos. Any hints? I can’t locate the code anywhere in the R6.5 template.

Thanks.

                    Carl

Subject: Where is signature code in 6.5 mailbox template?

Check the Declarations in CoreEmailClasses. Looks like that is where the starting point is and you should be able to find what you are looking for from there.

Take a look for what’s after this line of code as well:

Select Case Me.m_nSignatureOption

HTH,

David

Subject: RE: Where is signature code in 6.5 mailbox template?

Thanks. Rather than go to the trouble of making another database use the user’s signature, I just had my Action create a new memo in the user’s own database. As you doubtless know, decoding the Notes R6 mailbox is rather complex to undertake just to send a memo.