![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Kyle G" wrote: 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 |
#3
|
|||
|
|||
![]()
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 "Kyle G" wrote: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Calendar - Signature different than normal signature? | [email protected] | Outlook - Calandaring | 0 | March 25th 07 12:16 AM |
Automated Outlook Signature Issue | paul | Outlook and VBA | 3 | March 2nd 07 12:21 PM |
Why do I lose my automated addresses when I log out of outlook? | cath6778 | Outlook - Using Contacts | 7 | March 1st 07 10:01 AM |
Can't see picture added to signature in new mail | CorrinHaupt | Outlook Express | 3 | October 11th 06 09:32 PM |
Image added in Signature shows as attachment | Sivakumar | Outlook - Using Forms | 0 | October 4th 06 06:40 AM |