HI,
I have got a serious problem. Is there any way to change the signature (file) in Microsoft outlook using vb.
awaiting a prompt reply.
Thanks
Wrgds
Ganesh.K
Printable View
HI,
I have got a serious problem. Is there any way to change the signature (file) in Microsoft outlook using vb.
awaiting a prompt reply.
Thanks
Wrgds
Ganesh.K
It depends on...
[list=1]1.) For every outgoing email.
2.) Just on a criteria basis.
3.) If the email is being created automatically with vb then 1 or 2 can be done easily.
4.) If you want to trap all manually created outgoing emails and modify the signature line
every time then it also can be done, but its difficult.[/list=1]
:cool:
What actually i want is i found the directory were the signature files exits i will put my signature.htm (htm|rtf|txt) in that signature directory,
From Vb i want to set this signature.htm as default signature. i.e what we do from Tools|Options|Mail Format|Signature, instead it will through vb.
A vb exe willl be run and set this file as default signature .
Is this possible ? If so then how will i go ahead.
Thanks
Wrgds
Ganesh.K
I can do it, but I haven't quite finished an example for chpchai in the post above yours.
What I can do is create an example for you that will modify the body notes before each email gets displayed.
It will enter in whatever text you want and appear to be a regular signature.
I should have the example for chpchai finished in a few minutes.
Then I will put something together for you.
:cool:
I am working on the example for you now.
I have finished the other example.
Check it out here.
The one thing that I am stuck on is how to trap for when the user
creates the new email. I can replace the signature with a new one, but only if the user creates the email from my button.
I will hopefully have it tomorrow night for you.
I need to go to bed. I have to get up fo work in 4.5 hours.
Later.