Paul, thanks for the CM tip, I didn't know that!
Entity SWE spoke thus:
I'm a recent switcher, can you tell me how to create this applescript you
mention?
You said you use Word, but I use Tex-Edit, a minimal and very scriptable
editor. When an email is selected I click on a script in Entourage's Script
menu and it copies the text of the mail to a new text window and runs a few
searches, etc.
Word is scriptable but I don't think it's the same as Tex-Edit. In spite of
that, the script I use looks like this:
tell application "Microsoft Entourage"
set theWindow to window 1
set windowClass to the class of theWindow
if the class of the front window is not message then
set theMsg to the message window
set theText to the content of theWindow
tell application "Tex-Edit Plus"
activate
set theWindow to make window
set the paragraphs of the contents of theWindow to theText
activate
set position of window 1 to {93, 129}
set bounds of window 1 to {93, 129, 896, 706}
do script "Apple:AppleScript:Scripts:Tex-Edit:Menu:Email Clean"
end tell
end if
end tell
If you don't mind getting busy with Script Editor you can maybe adapt this
to Word, or just get Tex-Edit:
http://www.tex-edit.com/
Trans-Tex Software
In any case, for what you want to accomplish Paul's CM tip is the easiest.
-- Gnarlie
http://www.Gnarlodious.com/Cogent/Cogent.html