View Single Post
  #3  
Old October 18th 07, 07:53 PM posted to microsoft.public.outlook.program_vba
Phil Gurr
external usenet poster
 
Posts: 2
Default Temporarily Disable Auto-Signature

OK. Thank you.
Not quite what I'd hoped for, but if programming round it is the way to do
it, then do it I shall.

"Michael Bauer [MVP - Outlook]" wrote:



It's a setting in the registry, and Outlook read that only once at startup.

As you know your template's content, wouldn't it be possible to strip out
anything that doesn't belong to it?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6

Am Sun, 14 Oct 2007 09:44:00 -0700 schrieb Phil Gurr:

Hello, I am trying to write a little client macro that will intercept
incoming emails to a group mail-box, log them in a database and send back

a
simple acknowledgement reply.

I’ve got it working, but with one irritation. When I create the reply

using
the CreateItemFromTemplate method, it adds any default signature I have to
the bottom of the message.

Is there a way I can disable the auto-signature at the start of the macro
and re-enable it at the end (if it was originally enabled)?

I don’t just want to turn off my auto-signature as I’m hoping to

distribute
the macro to a team of people and it is unrealistic to expect them all to
change their settings to suit my incompetence.

Thanks,
Phil.


Ads