• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Re: Applescript newbie trying to do something easy
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
----------------------------
http://www.stetho.co.uk
 _______________________________________________
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

  • Follow-Ups:
    • Re: Re: Applescript newbie trying to do something easy
      • From: "Edward Ned Harvey" <email@hidden>
  • Prev by Date: Re: Re. third-party dependencies
  • Next by Date: timeout block question
  • Previous by thread: Re: Applescript newbie trying to do something easy
  • Next by thread: Re: Re: Applescript newbie trying to do something easy
  • Index(es):
    • Date
    • Thread