I need to urgently create a C# app where users complete their name, phone number and title that creates an HTML signature for them. Can anyone help me please? It needs to work from XP to 2010.
Any help would be greatly appreciated.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Oct 24, 2011, 10:00 AM
Outlook signatures are stored in the following folder for XP:
and following folder for vista:
these are normal html or txt files and you can create that using the filestream objects in C#.
Please do not forget to mark "Accepted Answer".
Javeed M ShaikhPosted Oct 25, 2011, 10:03 AM
Andre CloetePosted Oct 25, 2011, 9:57 AM
Javeed M ShaikhPosted Oct 25, 2011, 8:30 AM
HKEY_CURRENT_USER\Software\Microsoft\Office\
add the entries as :
NewSignature
ReplySignature
Andre CloetePosted Oct 25, 2011, 2:47 AM
Javeed M ShaikhPosted Oct 24, 2011, 12:52 PM
Andre CloetePosted Oct 24, 2011, 10:24 AM
How would I let Outlook know to use my created signature though and not the 5 others that might have been created already?