Finding out what outlook's default signature is?

N

nickname

With outlook 2003 email signatures are installed in:

%userprofile%\Application Data\Microsoft\Signatures

Is there any way for the user to change this path? and if so how can i find
out what it has been changed to?

I need to be able to find out what the user's default signature is, from
what i have read this is set in the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging
Subsystem\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676\00000002\

in the registry value "New Signature" this is a hex value for example
"hex:66,00,73,00,61,00,00,00". How can I relate this to the files in the
signature directory?
 
W

Wei-Dong XU [MSFT]

Hi,

Currently we are finding one support professional for you on this issue. If
any update, we will reply here at the first time.

Best Regards,
Wei-Dong XU
Microsoft Product Support Services
This posting is provided "AS IS" with no warranties, and confers no rights.
It is my pleasure to be of assistance.
 
P

Peter Huang [MSFT]

Hi

The registry stored the hex format of a string.
e.g. 66,00,73,00,61,00,00,00 means fsa, That is to say it will try to find
the fsa in the Drive:\Documents and Settings\Username\Application
Data\Microsoft\Signatures
How to back up, to restore, or to move Outlook 2002 data in Outlook 2002
http://support.microsoft.com/?id=287070

Here is some code for your reference.
Retrieving Email Account Info (Outlook)
http://vbnet.mvps.org/index.html?code/reg/regoutlookaccounts.htm

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top