Odd signature behaviour

  • Thread starter Thread starter Trevski
  • Start date Start date
T

Trevski

We have a user who has setup a signature which works
happily when sending a new mail or forwarding/replying to
mails.

However if they open up a Word document or spreadsheet
etc and use the send to recipient function (regardless of
whether it is as an attachment etc) their signature is
not appended to the end of the email.

Any ideas?

Regards

Trevor
 
This is normal behavior. That Send To feature uses Simple MAPI, not Outlook
objects, and has no knowledge of Outlook's signatures.

It's possible to use Word VBA to write a macro to (a) save the current
document, (b) create an Outlook message, (c) attach the document, and (d)
display the message.
 
Back
Top