Title: Re: Is there a way to clear the "Redirected" status of a message?
On 5/25/04 9:52 PM, "Laurie A. Duncan" <[EMAIL PROTECTED]> wrote:

No, that's not it. It really is on one line - in your original email as well as in the script, it only wrapped in the email I sent because  use plain text by default.

It still errors on the word "message"

tell application "Microsoft Entourage"
    set theMsg to item 1 of (get current messages)
    set theRedirect to redirect theMsg to "Gmail_Laurie <[EMAIL PROTECTED]>" without opening message
    send theRedirect with sending later
    set redirected of theMsg to false
end tell

Oops. My error. Should be 'without opening window'. You could have discovered that for yourself by opening the Entourage Dictionary in Script Editor and checking the 'redirect' command and its parameters.

--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: <http://www.entourage.mvps.org/toc.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

PLEASE always state which version of Entourage you are using - **2004**, X  or 2001. It's often impossible to answer your questions otherwise.

Reply via email to