> I have to attach a signature file to all outgoing
> mails with the username, designation and mobile
> number.

Take a look at AddFooter.  That is the code you want to use for a start, but
you'll need to have a convention where you store footer files in some
location keyed by the user.  In James v3, that could be an attribute on the
user record, but for now you'll need to do something else (like look it up
from a database record).

> also if there is a signature that is present then that has to be
> removed or replaced with the signature that is created by me.

How are you going to recognize that a message has an existing signature?

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to