Re: Re: Applescript newbie trying to do something easy
Re: Re: Applescript newbie trying to do something easy
- Subject: Re: Re: Applescript newbie trying to do something easy
- From: Steve Thompson <email@hidden>
- Date: Wed, 18 Mar 2009 13:46:41 +0000
I think this is what you're missing. It doesn't do exactly what your script aims to do but only because I'm lazy :-) It shows the missing bits.
tell application "Microsoft Entourage" set main_account to item 1 of every Exchange account set theFolder to "Some Folder"
set theSelectedMessages to selection repeat with aMessage in theSelectedMessages move aMessage to theFolder in main_account end repeat end tell
Hope this helps
Steve ---------------------------- |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden