![]() |
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
|
|||
|
|||
![]()
Hi
Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards |
Ads |
#2
|
|||
|
|||
![]()
Am Fri, 22 Sep 2006 03:44:31 +0100 schrieb John:
In OL 2003 you can have two signatures for each account, one for new e-mails and one for replies. The accounts you can find in the registry under: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\[User]\9375CFF0413111d3B88A00104B2A6676\ The signature files are under: c:\documents and settings\[user]\Application Data\Microsoft\Signatures -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards |
#3
|
|||
|
|||
![]()
Anyway to find the actual name of the signature file as the user may have
given any name to it? Thanks Regards "Michael Bauer [MVP - Outlook]" wrote in message .. . Am Fri, 22 Sep 2006 03:44:31 +0100 schrieb John: In OL 2003 you can have two signatures for each account, one for new e-mails and one for replies. The accounts you can find in the registry under: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\[User]\9375CFF0413111d3B88A00104B2A6676\ The signature files are under: c:\documents and settings\[user]\Application Data\Microsoft\Signatures -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards |
#4
|
|||
|
|||
![]()
Am Sat, 23 Sep 2006 02:46:43 +0100 schrieb John:
The file name is equal to the signature name. That value you can read in the registry, and for each name there´re three files (*.txt, *.html, *.rtf). -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Anyway to find the actual name of the signature file as the user may have given any name to it? Thanks Regards "Michael Bauer [MVP - Outlook]" wrote in message .. . Am Fri, 22 Sep 2006 03:44:31 +0100 schrieb John: In OL 2003 you can have two signatures for each account, one for new e-mails and one for replies. The accounts you can find in the registry under: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\[User]\9375CFF0413111d3B88A00104B2A6676\ The signature files are under: c:\documents and settings\[user]\Application Data\Microsoft\Signatures -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards |
#5
|
|||
|
|||
![]()
what version of outlook? sigs are stored in a signature folder under
C:\Documents and Settings\username\ - but you need to read the registry to know which is used or set as default (ol2003). -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide) Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "John" wrote in message ... Hi Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards |
#6
|
|||
|
|||
![]()
I have searched around for it but have not found. Could I please have a code
example of how to read the signature name from the register? Many Thanks Regards "Diane Poremsky [MVP]" wrote in message ... what version of outlook? sigs are stored in a signature folder under C:\Documents and Settings\username\ - but you need to read the registry to know which is used or set as default (ol2003). -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide) Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "John" wrote in message ... Hi Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards |
#7
|
|||
|
|||
![]()
I have searched around for it but have not found. Could I please have a code
example of how to read the signature name from the register? Many Thanks Regards "Michael Bauer [MVP - Outlook]" wrote in message ... Am Sat, 23 Sep 2006 02:46:43 +0100 schrieb John: The file name is equal to the signature name. That value you can read in the registry, and for each name there´re three files (*.txt, *.html, *.rtf). -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Anyway to find the actual name of the signature file as the user may have given any name to it? Thanks Regards "Michael Bauer [MVP - Outlook]" wrote in message .. . Am Fri, 22 Sep 2006 03:44:31 +0100 schrieb John: In OL 2003 you can have two signatures for each account, one for new e-mails and one for replies. The accounts you can find in the registry under: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\[User]\9375CFF0413111d3B88A00104B2A6676\ The signature files are under: c:\documents and settings\[user]\Application Data\Microsoft\Signatures -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards |
#8
|
|||
|
|||
![]()
Am Mon, 25 Sep 2006 18:33:42 +0100 schrieb John:
I don´t have a sample for you. This article may help: http://support.microsoft.com/kb/145679/en-us -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- I have searched around for it but have not found. Could I please have a code example of how to read the signature name from the register? Many Thanks Regards "Michael Bauer [MVP - Outlook]" wrote in message ... Am Sat, 23 Sep 2006 02:46:43 +0100 schrieb John: The file name is equal to the signature name. That value you can read in the registry, and for each name there´re three files (*.txt, *.html, *.rtf). -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Anyway to find the actual name of the signature file as the user may have given any name to it? Thanks Regards "Michael Bauer [MVP - Outlook]" wrote in message .. . Am Fri, 22 Sep 2006 03:44:31 +0100 schrieb John: In OL 2003 you can have two signatures for each account, one for new e-mails and one for replies. The accounts you can find in the registry under: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\[User]\9375CFF0413111d3B88A00104B2A6676\ The signature files are under: c:\documents and settings\[user]\Application Data\Microsoft\Signatures -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Getting signature file name/location | John | Outlook - General Queries | 2 | September 24th 06 10:12 PM |
Outlook Express Program File Location | nathansford | Outlook Express | 12 | August 4th 06 10:02 PM |
PST file location | tewmw | Outlook - Installation | 1 | July 9th 06 10:51 AM |
Problem with signature file | JPS | Outlook Express | 2 | May 12th 06 07:41 AM |
how to change default delivery location to my new pst file | sf= | Outlook - General Queries | 5 | February 20th 06 03:18 PM |