AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Insert Outlook signature?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
mikolajek



Joined: 02 May 2008
Posts: 7
Location: Warsaw, POLAND

PostPosted: Fri May 16, 2008 7:46 am    Post subject: Insert Outlook signature? Reply with quote

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
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Fri May 16, 2008 8:45 am    Post subject: Reply with quote

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

PostPosted: Fri May 16, 2008 10:08 am    Post subject: Reply with quote

Sure, I know that Very Happy

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
View user's profile Send private message
keybored



Joined: 18 Jun 2006
Posts: 101
Location: Phoenix, AZ

PostPosted: Fri May 16, 2008 11:33 am    Post subject: something like this Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Tue Jun 03, 2008 2:23 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group