outlook signature added to automated messaging?

  • Thread starter Thread starter Kyle G
  • Start date Start date
K

Kyle G

When a macro I have in Outlook 2003 creates an automated message, my personal
signature isn't included at the bottom. Is there a simple fix, or a way to
read it from the signature htm file itself? I did a search and don't see
anyone else having this issue, maybe I just need to change some settings?
Thanks
 
The most likely explanation is that your code to create the message is
replacing the entire message body and thus overwriting the signature.
Instead, you should display the message or call GetInspector -- that ensures
the signature is in the message -- and only after that modify HTMLBody to
include your new content.
 
Kyle-
Did you ever get your issue resolved? I had this very same issue and
after trying a slew of ways to get this done I have take the advice from Sue
here and Ken Slovak as well and formed a very simple, quick way to do this.
It is not perhaps the most effective, but it works and works very well. I
have tested it from a personal account to an exchange server and had no
issues. Let me know if you still need some help.

David
 
Back
Top