A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

outlook signature added to automated messaging?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 10th 08, 07:29 AM posted to microsoft.public.outlook.program_vba
Kyle G
external usenet poster
 
Posts: 1
Default outlook signature added to automated messaging?

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  
Old September 10th 08, 03:10 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default outlook signature added to automated messaging?

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  
Old November 19th 08, 06:48 PM posted to microsoft.public.outlook.program_vba
DStrong
external usenet poster
 
Posts: 18
Default outlook signature added to automated messaging?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 11:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.