on 16/09/2003 16:14, Scott Haneda at [EMAIL PROTECTED] wrote:

> on 9/15/03 10:59 PM, Matthew Smith at [EMAIL PROTECTED] wrote:
> 
>> This is a bit difficult to explain as I am not at a computer with Entourage.
>> 
>> Create a script to do the action. Place the script document in Entourage's
>> Scripts folder. You then need to add to the end of the script's file name a
>> sequence of characters to signify the keyboard command. I believe it is
>> something like "\cx" for control-x. There should be others in the folder
>> that do similar keyboard commands. Compare your Entourage script menu with
>> what is in the folder.
> 
> That much I get, now, about this script, how do I do that part :-)

How about:

tell application "Microsoft Entourage"
    set msgList to current messages
    repeat with oneMsg in msgList
        move oneMsg to folder "abc"
    end repeat
end tell

You can only use it on message that are "On My Computer". It won't work with
IMAP messages.

-- 
Matthew Smith

-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to