outlook templates

Page 1 of 1

12 Replies - 5183 Views - Last Post: 05 January 2006 - 02:35 PM

#1 fyrestorm   User is offline

  • D.I.C Lover
  • member icon

Reputation: 10
  • View blog
  • Posts: 3,113
  • Joined: 04-April 02

outlook templates

Posted 04 January 2006 - 10:45 AM

i'd like to create an outlook template that has graphics, but i don't know where to begin, can someone point me in the correct direction?
Is This A Good Question/Topic? 0
  • +

Replies To: outlook templates

#2 Wizzy   User is offline

  • D.I.C Regular
  • member icon

Reputation: 6
  • View blog
  • Posts: 408
  • Joined: 20-November 05

Re: outlook templates

Posted 04 January 2006 - 01:35 PM

I am not sure, but I tried it in Office XP and I was able to design message templates. If you want to do that, check if you can go to Tools > Forms > Design a Form. From the toolbar in outlook. If that worked you'll see a few options like appointment, message and post. I selected message and it brought the default template up, then I was about to move objects, change colours and add imagery. But I am not sure if it works for all versions.
Was This Post Helpful? 0
  • +
  • -

#3 fyrestorm   User is offline

  • D.I.C Lover
  • member icon

Reputation: 10
  • View blog
  • Posts: 3,113
  • Joined: 04-April 02

Re: outlook templates

Posted 04 January 2006 - 10:46 PM

ugh, that's an ugly thing to modify isn't it...
Was This Post Helpful? 0
  • +
  • -

#4 Wizzy   User is offline

  • D.I.C Regular
  • member icon

Reputation: 6
  • View blog
  • Posts: 408
  • Joined: 20-November 05

Re: outlook templates

Posted 05 January 2006 - 12:16 AM

Umm that's what you wanted to modify, the templates, it ranges from every template...meaning if you don't like writing mail in plain dull white you could make it grey.

That, in my opinion is the best and easiest way to do it.
Was This Post Helpful? 0
  • +
  • -

#5 fyrestorm   User is offline

  • D.I.C Lover
  • member icon

Reputation: 10
  • View blog
  • Posts: 3,113
  • Joined: 04-April 02

Re: outlook templates

Posted 05 January 2006 - 12:25 AM

you're right, i did ask how to create a template, it is ugly though, it reminds me of access...

so, within my template, is there a way to specify which account it should be sent from?
Was This Post Helpful? 0
  • +
  • -

#6 Wizzy   User is offline

  • D.I.C Regular
  • member icon

Reputation: 6
  • View blog
  • Posts: 408
  • Joined: 20-November 05

Re: outlook templates

Posted 05 January 2006 - 12:30 AM

Well, it's a template, but I don't think microsoft wanted you to change to much. Because you can change it however you want, but when the person who you send it to looks at it, they will see that nothing changed. It is only a way to change it so it appeals to you.

To get it to change like that you might have to reverse engineer outlook, lol.
Was This Post Helpful? 0
  • +
  • -

#7 fyrestorm   User is offline

  • D.I.C Lover
  • member icon

Reputation: 10
  • View blog
  • Posts: 3,113
  • Joined: 04-April 02

Re: outlook templates

Posted 05 January 2006 - 12:36 AM

no, there's a way to make it so that when i send an email the person who receives it will see what i want them to see, i know there is because i helped a friend do it a few years back, i just can't remember how...

and i don't remember how to use it anymore, but i'm pretty sure that outlook had preinstalled backgrounds for a stationary like effect on the email...
Was This Post Helpful? 0
  • +
  • -

#8 Wizzy   User is offline

  • D.I.C Regular
  • member icon

Reputation: 6
  • View blog
  • Posts: 408
  • Joined: 20-November 05

Re: outlook templates

Posted 05 January 2006 - 03:28 AM

Wouldn't it work if you use html in your message?
Was This Post Helpful? 0
  • +
  • -

#9 fyrestorm   User is offline

  • D.I.C Lover
  • member icon

Reputation: 10
  • View blog
  • Posts: 3,113
  • Joined: 04-April 02

Re: outlook templates

Posted 05 January 2006 - 09:26 AM

ok then, i need to know how to use html in my outlook message, and i'd like to be able to save that as a template...
Was This Post Helpful? 0
  • +
  • -

#10 Thorian   User is offline

  • Pirate Medic
  • member icon

Reputation: 22
  • View blog
  • Posts: 5,904
  • Joined: 06-June 02

Re: outlook templates

Posted 05 January 2006 - 02:14 PM

In Office 2k3 it is under themes for othere versions of outlook the below will work

How to Use Outlook Stationery Files:

if downloading a stationary file follow this little 3 step thing if creating your own just save them in the folder listed in step 2

1) Download File

2) Place Files in the following directory on your computer:
C: \Program Files\Common Files\Microsoft Shared\Stationery

3) When composing email in Outlook or Outlook Express:
Select Format/Apply Stationery/(select your stationary)

Im still looking at how to create the stationary files for you

***EDIT*** It looks like the stationary files are realy just HTML docs saved in the C: \Program Files\Common Files\Microsoft Shared\Stationery folder

Yeah just set your formatting rules like any other website and you will be all set. here is the code for the Network Blitz Stationary file. there is a Image in teh stationary folder

<html>
<head>
<title id="ridTitle">Network Blitz</title>
 <style><!-- body  { font-family: Verdana, Arial; font-size: 10pt; color: #333333; margin-top: 0px; margin-left: 20px; } img { margin-top: 25px; margin-left: -20px; } --></style>
 </head> 
<body id="ridBody" background="Network Blitz Bkgrd.gif">
<img id="ridImg" src=btzhsepa.gif align=bottom>
<p></p> 
<SPAN id="_AthCaret"></SPAN> 
<p></p> 
</body> 
</html> 



If you save your "template" in that folder along with the graphics you want to use you should be all set.

HOLY COW DID I JUST HELP SOMEONE WITH A PROGRAMMING RELATED QUESTION??????? I think I am loosing my Hardware Exclusivity.
Was This Post Helpful? 0
  • +
  • -

#11 Amadeus   User is offline

  • g+ + -o drink whiskey.cpp
  • member icon

Reputation: 253
  • View blog
  • Posts: 13,507
  • Joined: 12-July 02

Re: outlook templates

Posted 05 January 2006 - 02:18 PM

Viking to the rescue! :)
Was This Post Helpful? 0
  • +
  • -

#12 fyrestorm   User is offline

  • D.I.C Lover
  • member icon

Reputation: 10
  • View blog
  • Posts: 3,113
  • Joined: 04-April 02

Re: outlook templates

Posted 05 January 2006 - 02:31 PM

Amadeus, on 5 Jan, 2006 - 02:15 PM, said:

Viking to the rescue! :)

yes, viking to the rescue :viking:

i'll play around, thanks Thorian :viking:
Was This Post Helpful? 0
  • +
  • -

#13 Thorian   User is offline

  • Pirate Medic
  • member icon

Reputation: 22
  • View blog
  • Posts: 5,904
  • Joined: 06-June 02

Re: outlook templates

Posted 05 January 2006 - 02:35 PM

You are most welcome. I edited it to clean up my thoughts a little better.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1