Re: Containing folder of the selected (or current) message in Entourage
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