Conditional e-mail signatures

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm looking to find out if it is possible add a signature to an e-mail based
on the content of the e-mail in particular an actual word or words.

Does anyone know if this is possible?
 
There's no "insert signature" method, the closest you can come is to
traverse the menus as command bar objects and call Execute on a menu item
that inserts the signature you want (assuming it's not in more signatures).

You could load the signature file from the file system, based on what body
format the Outlook email has (all signatures have 3 versions: html, rtf and
plain text) and find the insertion point in the email if it's WordMail or
HTML and insert the text you read from the signature file into the email.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top