| View previous topic :: View next topic |
| Author |
Message |
mikolajek
Joined: 02 May 2008 Posts: 7 Location: Warsaw, POLAND
|
Posted: Fri May 16, 2008 7:46 am Post subject: Insert Outlook signature? |
|
|
Does anyone have the idea how to automatically insert predefined signature into Outlook messages?
I mean - I know how to insert plain text signature, but I'd like to insert the formatted one - like with bold font etc.
Thanks for help! |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Fri May 16, 2008 8:45 am Post subject: |
|
|
| All modern e-mail clients have a text-only option, and a html option for the formatting of the e-mails. There should be a html signature feature in Outlook, like there is a text-only one. |
|
| Back to top |
|
 |
mikolajek
Joined: 02 May 2008 Posts: 7 Location: Warsaw, POLAND
|
Posted: Fri May 16, 2008 10:08 am Post subject: |
|
|
Sure, I know that
All my messages are in HTML format. I just want to find the function allowing me to insert my signature into HTML-formatted message.
I have a few signatures and I just don't want to select insert - signature - xxxx each time... |
|
| Back to top |
|
 |
keybored
Joined: 18 Jun 2006 Posts: 101 Location: Phoenix, AZ
|
Posted: Fri May 16, 2008 11:33 am Post subject: something like this |
|
|
Here is a start. I forgot about the *c.
| Code: |
^+1::
Send ^c
FileDelete, F:\clip.dat
FileAppend, %ClipBoardAll%, F:\clip.dat
return
^+2::
FileRead, Clipboard, *c F:\clip.dat
Send, ^v
Return |
|
|
| Back to top |
|
 |
Guest
|
Posted: Tue Jun 03, 2008 2:23 pm Post subject: |
|
|
| Not quite what you want but how about have one default sig and right click it select others as required? Not a AHK thing but it works. I use Texter for the various sigs on top of a main one ( Company name etc ) |
|
| Back to top |
|
 |
|