In Office 04, you would go to Edit Message in the Message section of the tool bar and then you could change the subject for easier identification/filing of the message.. In Office 08, changing the subject is not an option. Is this being corrected, or do I need to know a different way to change the subject of a received email?<br>
Look forward to so insight.

Re: Change the subject of an email by Barry

Barry
Thu Feb 07 10:44:08 CST 2008

> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3285247449_6332404
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit

On 07/02/2008 15:47, in article ee8c847.-1@webcrossing.caR9absDaxw,
"Ed@officeformac.com" <Ed@officeformac.com> wrote:

> In Office 04, you would go to Edit Message in the Message section of the tool
> bar and then you could change the subject for easier identification/filing of
> the message.. In Office 08, changing the subject is not an option. Is this
> being corrected, or do I need to know a different way to change the subject of
> a received email?
> Look forward to so insight.

Save this script as a compiled script & put it in the ?Entourage Script Menu
Items¹ folder in your ?Microsoft User Data¹ folder. The script can be
manually run from the menu or called as an action in a mail rule. Look in
the help for ways to attach a keyboard shortcut to the script.

-- Change Subject v1.0 (2008-02-07)
-- an applescript by Barry Wainwright <mailto:barryw@mac.com>
-- Script to change the subject of an incoming message in Microsoft
Entourage ©
-- This script released under a Creative Commons Attribution, NonCommercial,
ShareAlike 2.0 England & Wales License.
-- see <http://creativecommons.org/licenses/by-nc-sa/2.0/uk/> for full
details
tell application "Microsoft Entourage"
try
set theMessage to item 1 of (get current messages)
if class of theMessage ? incoming message then error -99
on error
display dialog "please select an incoming message before running
this script" buttons {"Abort"} default button 1 giving up after 10
end try
set oldSubject to subject of theMessage
try
set newSubject to text returned of (display dialog "Enter New
Subject:" default answer oldSubject)
on error
-- user cancelled
return
end try
set subject of theMessage to newSubject
end tell



--
Barry Wainwright
Microsoft MVP (see <http://www.microsoft.com/mvp/> for details)
Visit the Entourage User¹s Weblog for Hints, tips and troubleshooting
information:
http://www.barryw.net/weblog/


--B_3285247449_6332404
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>Re: Change the subject of an email</TITLE>
</HEAD>
<BODY>
<FONT SIZE=3D"4"><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D=
'font-size:11pt'>On 07/02/2008 15:47, in article ee8c847.-1@webcrossing.caR9=
absDaxw, &quot;Ed@officeformac.com&quot; &lt;Ed@officeformac.com&gt; wrote:<=
BR>
<BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT SIZE=3D"4"><FONT FACE=3D"Calibri, Verdan=
a, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt'>In Office 04, you would go=
to Edit Message in the Message section of the tool bar and then you could c=
hange the subject for easier identification/filing of the message.. In Offic=
e 08, changing the subject is not an option. Is this being corrected, or do =
I need to know a different way to change the subject of a received email?<BR=
>
Look forward to so insight.<BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE=3D"4"><FONT FACE=3D"Calibri, Verda=
na, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt'><BR>
Save this script as a compiled script &amp; put it in the &#8216;Entourage =
Script Menu Items&#8217; folder in your &#8216;Microsoft User Data&#8217; fo=
lder. The script can be manually run from the menu or called as an action in=
a mail rule. Look in the help for ways to attach a keyboard shortcut to the=
script.<BR>
<BR>
</SPAN></FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN STYLE=3D'fo=
nt-size:9pt'>--</SPAN></FONT><SPAN STYLE=3D'font-size:9pt'><FONT COLOR=3D"#4B4E4=
E"><FONT FACE=3D"Verdana Italic"> Change Subject v1.0 (2008-02-07)<BR>
</FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial">--</FONT><FONT COLOR=3D"=
#4B4E4E"><FONT FACE=3D"Verdana Italic"> an applescript by Barry Wainwright <a =
href=3D"mailto:barryw@mac.com">&lt;mailto:barryw@mac.com&gt;</a><BR>
</FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial">--</FONT><FONT COLOR=3D"=
#4B4E4E"><FONT FACE=3D"Verdana Italic"> Script to change the subject of an inc=
oming message in Microsoft Entourage &copy;<BR>
</FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial">--</FONT><FONT COLOR=3D"=
#4B4E4E"><FONT FACE=3D"Verdana Italic"> This script released under a Creative =
Commons Attribution, NonCommercial, ShareAlike 2.0 England &amp; Wales Licen=
se.<BR>
</FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial">--</FONT><FONT COLOR=3D"=
#4B4E4E"><FONT FACE=3D"Verdana Italic"> see &lt;http://creativecommons.org/lic=
enses/by-nc-sa/2.0/uk/&gt; for full details<BR>
</FONT></FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">tell</FONT></=
FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><F=
ONT FACE=3D"Verdana, Helvetica, Arial">application</FONT></FONT><FONT FACE=3D"He=
lvetica, Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">&quo=
t;Microsoft Entourage&quot;<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;</FONT><FO=
NT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">try<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;</FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">=
set</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D=
"#218300"><FONT FACE=3D"Verdana, Helvetica, Arial">theMessage</FONT></FONT><FO=
NT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=
=3D"Verdana Bold">to</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FO=
NT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana, Helvetica, Arial">item</FONT><=
/FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, He=
lvetica, Arial">1</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT=
COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">of</FONT></FONT><FONT FACE=3D"Helve=
tica, Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">(</FONT=
><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">get</FONT></FONT><FONT FACE=
=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verda=
na, Helvetica, Arial">current messages</FONT></FONT><FONT FACE=3D"Verdana, Hel=
vetica, Arial">)<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;</FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">if</FON=
T></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF=
"><FONT FACE=3D"Verdana, Helvetica, Arial">class</FONT></FONT><FONT FACE=3D"Helv=
etica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bol=
d">of</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLO=
R=3D"#218300"><FONT FACE=3D"Verdana, Helvetica, Arial">theMessage</FONT></FONT><=
FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica=
, Arial">&#8800;</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT =
COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana, Helvetica, Arial">incoming message</FON=
T></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF=
"><FONT FACE=3D"Verdana Bold">then</FONT></FONT><FONT FACE=3D"Helvetica, Verdana=
, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">error</FONT=
></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, =
Helvetica, Arial">-99<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;</FONT><FO=
NT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">on</FONT></FONT><FONT FACE=3D"Hel=
vetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bo=
ld">error<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;</FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana, Helve=
tica, Arial">display dialog</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Ari=
al"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">&quot;please select an in=
coming message before running this script&quot;</FONT><FONT FACE=3D"Helvetica,=
Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana, Helvetic=
a, Arial">buttons</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FON=
T><FONT FACE=3D"Verdana, Helvetica, Arial">{&quot;Abort&quot;}</FONT><FONT FAC=
E=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verd=
ana, Helvetica, Arial">default button</FONT></FONT><FONT FACE=3D"Helvetica, Ve=
rdana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">1</FONT><FONT F=
ACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Ve=
rdana, Helvetica, Arial">giving up after</FONT></FONT><FONT FACE=3D"Helvetica,=
Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">10<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;</FONT><FO=
NT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">end</FONT></FONT><FONT FACE=3D"He=
lvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana B=
old">try<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;</F=
ONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">set</FONT></FONT><FONT F=
ACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#218300"><FONT FACE=3D"Ve=
rdana, Helvetica, Arial">oldSubject</FONT></FONT><FONT FACE=3D"Helvetica, Verd=
ana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">to</FONT=
></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"=
><FONT FACE=3D"Verdana, Helvetica, Arial">subject</FONT></FONT><FONT FACE=3D"Hel=
vetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bo=
ld">of</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COL=
OR=3D"#218300"><FONT FACE=3D"Verdana, Helvetica, Arial">theMessage<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;</F=
ONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">try<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;</FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">=
set</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D=
"#218300"><FONT FACE=3D"Verdana, Helvetica, Arial">newSubject</FONT></FONT><FO=
NT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=
=3D"Verdana Bold">to</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FO=
NT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana, Helvetica, Arial">text returne=
d</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#=
1A00FF"><FONT FACE=3D"Verdana Bold">of</FONT></FONT><FONT FACE=3D"Helvetica, Ver=
dana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">(<FONT COLOR=3D"#1=
A00FF">display dialog</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> <=
/FONT><FONT FACE=3D"Verdana, Helvetica, Arial">&quot;Enter New Subject:&quot;<=
/FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><=
FONT FACE=3D"Verdana, Helvetica, Arial">default answer</FONT></FONT><FONT FACE=
=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#218300"><FONT FACE=3D"Verda=
na, Helvetica, Arial">oldSubject</FONT></FONT><FONT FACE=3D"Verdana, Helvetica=
, Arial">)<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;</FONT><FO=
NT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">on</FONT></FONT><FONT FACE=3D"Hel=
vetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bo=
ld">error<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;</FONT><FONT FACE=3D"Verdana, Helvetica, Arial">--</FONT>=
<FONT COLOR=3D"#4B4E4E"><FONT FACE=3D"Verdana Italic"> user cancelled<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;</FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">=
return<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;</F=
ONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">end</FONT></FONT><FONT F=
ACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Ve=
rdana Bold">try<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbsp;&nbsp;&nbsp;</F=
ONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">set</FONT></FONT><FONT F=
ACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Ve=
rdana, Helvetica, Arial">subject</FONT></FONT><FONT FACE=3D"Helvetica, Verdana=
, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">of</FONT></=
FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#218300"><F=
ONT FACE=3D"Verdana, Helvetica, Arial">theMessage</FONT></FONT><FONT FACE=3D"Hel=
vetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bo=
ld">to</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COL=
OR=3D"#218300"><FONT FACE=3D"Verdana, Helvetica, Arial">newSubject<BR>
</FONT></FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">end</FONT></F=
ONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1A00FF"><FO=
NT FACE=3D"Verdana Bold">tell<BR>
</FONT></FONT></SPAN><FONT SIZE=3D"4"><FONT FACE=3D"Calibri, Verdana, Helvetica=
, Arial"><SPAN STYLE=3D'font-size:11pt'><BR>
<BR>
&nbsp;<BR>
-- <BR>
Barry Wainwright<BR>
Microsoft MVP (see &lt;http://www.microsoft.com/mvp/&gt; for details)<BR>
Visit the Entourage User&#8217;s Weblog for Hints, tips and troubleshooting=
information:<BR>
<a href=3D"http://www.barryw.net/weblog/">http://www.barryw.net/weblog/</a><B=
R>
</SPAN></FONT></FONT>
</BODY>
</HTML>


--B_3285247449_6332404--


Re: Change the subject of an email by Ed

Ed
Fri Feb 08 11:17:50 CST 2008

Hi Barry,<br>
I do so appreciate your insights into how to change the subject of an email.. The solution as you outline it is way beyond my capability. I do feel I know how to use a computer, but what you are aking is beyond my skills set? Will this be fixed so that it is like the 04 version, just click what you want to do and do it? I could ask why they took the feature away, but I assume they just missed bringing it over to the new version..<br>
Please advise when an update will make this go away, if there is one coming..<br>
Again thanks for the reply, but now let me know if a fix is on the way.. Otherwise i will have to pay someone more savvy to come and do what you suggest to bring that feature to my new Mac Book..<br>
Regards,<br>
ed..

Re: Change the subject of an email by Barry

Barry
Sat Feb 09 12:15:13 CST 2008

Sorry, but I have no idea why the feature went away, and no idea if or when
a fix may appear.

MVP are not employees of Microsoft ­ we are simply users like yourself,
trying to help other people over their problems.

Write to me off-list and I¹ll send you a already compiled version of the
script. Use the subject ³Change the subject of an email².

--
Barry Wainwright
Microsoft MVP (see <http://www.microsoft.com/mvp/> for details)
Visit the Entourage User¹s Weblog for Hints, tips and troubleshooting
information:
http://www.barryw.net/weblog/



From: <Ed@officeformac.com>
Newsgroups: microsoft.public.mac.office.entourage
Date: Fri, 8 Feb 2008 09:17:50 -0800
Subject: Re: Change the subject of an email

> Hi Barry,
> I do so appreciate your insights into how to change the subject of an email..
> The solution as you outline it is way beyond my capability. I do feel I know
> how to use a computer, but what you are aking is beyond my skills set? Will
> this be fixed so that it is like the 04 version, just click what you want to
> do and do it? I could ask why they took the feature away, but I assume they
> just missed bringing it over to the new version..
> Please advise when an update will make this go away, if there is one coming..
> Again thanks for the reply, but now let me know if a fix is on the way..
> Otherwise i will have to pay someone more savvy to come and do what you
> suggest to bring that feature to my new Mac Book..
> Regards,
> ed..