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, "Ed@officeformac.com" <Ed@officeformac.com> 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 & put it in the ‘Entourage =
Script Menu Items’ folder in your ‘Microsoft User Data’ 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"><mailto:barryw@mac.com></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 ©<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 & Wales Licen=
se.<BR>
</FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial">--</FONT><FONT COLOR=3D"=
#4B4E4E"><FONT FACE=3D"Verdana Italic"> see <
http://creativecommons.org/lic=
enses/by-nc-sa/2.0/uk/> 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"<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FO=
NT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">try<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nb=
sp; </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"> &nbs=
p; </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">≠</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"> </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"> &nb=
sp; </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">"please select an in=
coming message before running this script"</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">{"Abort"}</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"> </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"> </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"> </F=
ONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">try<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nb=
sp; </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">"Enter New Subject:"<=
/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"> </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"> &nb=
sp; </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"> &nb=
sp; </FONT><FONT COLOR=3D"#1A00FF"><FONT FACE=3D"Verdana Bold">=
return<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </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"> </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>
<BR>
-- <BR>
Barry Wainwright<BR>
Microsoft MVP (see <
http://www.microsoft.com/mvp/> for details)<BR>
Visit the Entourage User’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--