• 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: Containing folder of the selected (or current) message in Entourage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Containing folder of the selected (or current) message in Entourage


  • Subject: Re: Containing folder of the selected (or current) message in Entourage
  • From: Paul Berkowitz <email@hidden>
  • Date: Fri, 30 Jan 2009 13:17:32 -0800
  • Thread-topic: Containing folder of the selected (or current) message in Entourage

On 1/30/09 1:06 PM, "Laine Lee" <email@hidden> wrote:

> How do you get the containing folder of the selected/current message in
> Entourage using Applescript? Thanks.

tell application "Microsoft Entourage"
    set m to item 1 of (get current messages)
    set f to storage of m
end tell


It's in the dictionary, if you look under the properties of 'message', just
where you'd expect.

--
Paul Berkowitz


 _______________________________________________
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: Containing folder of the selected (or current) message in Entourage
      • From: Laine Lee <email@hidden>
References: 
 >Containing folder of the selected (or current) message in Entourage (From: Laine Lee <email@hidden>)

  • Prev by Date: Containing folder of the selected (or current) message in Entourage
  • Next by Date: Re: Python CoreGraphics script running in Applescript
  • Previous by thread: Containing folder of the selected (or current) message in Entourage
  • Next by thread: Re: Containing folder of the selected (or current) message in Entourage
  • Index(es):
    • Date
    • Thread