Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien
Toon posts:

Signatures automatisch inladen in Outlook 2003 *

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hallo,

ik krijg het niet voor elkaar om via registry key's de standaard signature in te laden in outlook 2003.
Ik weet ondertussen de registry key's waar deze waarde wordt opgeslagen binnen windows.

Outlook 2003
In Outlook 2003, signatures are not a global default setting as they were in earlier versions of Outlook. In Outlook 2003, signatures are saved for each account. The signature information is stored in the following messaging profile section of the registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\profilename\9375CFF0413111d3B88A00104B2A6676\number
Note The number placeholder represents an account.

The signature for new messages and the signature for messages that you reply to and for messages that you forward are saved as a hexadecimal value.

Outlook 2002
Signatures for new messages
In Outlook 2002, signature information for new messages is stored in the following registry subkey:
HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\MailSettings
Value name (REG_EXPAND_SZ):
NewSignature

This value must be NewSignature.
Value data:
signame

This value is the name of the signature files. For example, if the signature files are named Mysig.htm, Mysig.rtf, and Mysig.txt, the value data in this registry key is Mysig.
Signatures for messages that you reply to and for messages that you forward
In Outlook 2002, signature information for messages that you reply to and for messages that you forward is stored in the following registry subkey:
HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\MailSettings
Value name (REG_EXPAND_SZ):
ReplySignature

This value must be ReplySignature.
Value data:
signame

This value is the name of the signature files. For example, if the signature files are named Myreplysig.htm, Myreplysig.rtf, and Myreplysig.txt, the value data in this registry key is Myreplysig.


Zoals hier staat, de waarde in outlook 2003 wordt opgeslagen in hex-decimale code.
Weet iemand welke registry key ik aan kan passen hiervoor, en wat de waarde daarvan moet zijn?

Of heeft iemand hier een makkelijkere manier voor?

Alvast bedankt.

  • DyStiC
  • Registratie: November 2000
  • Niet online

DyStiC

'Atta way, baby!

Ik gebruik zelf dit script, werkt voor Office 2003/2007.

  • digital-IMEI
  • Registratie: December 2005
  • Laatst online: 28-11 20:18
Het is misschien niet de netste manier maar ik gebruik het volgende voor zowel 2003 als 2007

code:
1
2
3
4
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676\00000002]
"New Signature"=hex:4c,00,42,00,47,00,00,00
"Reply-Forward Signature"=hex:51,00,62,00,69,00,63,00,5f,00,52,00,65,00,70,00,\
  6c,00,79,00,00,00


Geen idee voor hoeveel gebruikers het is maar dit is misschien ook nog wel handig om automatisch een persoonlijke handtekening te maken.

  • DyStiC
  • Registratie: November 2000
  • Niet online

DyStiC

'Atta way, baby!

Sjengcity schreef op vrijdag 24 april 2009 @ 10:27:
Het is misschien niet de netste manier maar ik gebruik het volgende voor zowel 2003 als 2007

code:
1
2
3
4
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676\00000002]
"New Signature"=hex:4c,00,42,00,47,00,00,00
"Reply-Forward Signature"=hex:51,00,62,00,69,00,63,00,5f,00,52,00,65,00,70,00,\
  6c,00,79,00,00,00


Geen idee voor hoeveel gebruikers het is maar dit is misschien ook nog wel handig om automatisch een persoonlijke handtekening te maken.
Probleem is alleen dat die 00000002 niet altijd het zelfde is, hangt namelijk af van je gebruikte profiel(en). Daarnaast is de hex code uiteraard afhankelijk van hoe de TS zijn signature files heeft genoemd.