![]() |
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
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]() 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. |
#3
|
|||
|
|||
![]()
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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Disable Outlook Signature | Eric Lanyon | Outlook - Installation | 1 | August 28th 06 07:25 PM |
Auto Signature | Motaad | Outlook - Using Forms | 1 | August 11th 06 04:21 AM |
disable auto archiving through policies? | Frank | Outlook - Installation | 1 | April 7th 06 07:01 PM |
How could I temporally disable auto record e-mail address? | xfile | Outlook - General Queries | 8 | March 2nd 06 07:58 AM |
Auto-Signature | Helen McClaine | Outlook Express | 9 | January 21st 06 06:41 PM |