Re: Is a 'put away' script possible for Entourage 2001?
Re: Is a 'put away' script possible for Entourage 2001?
- Subject: Re: Is a 'put away' script possible for Entourage 2001?
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 29 May 2003 07:38:45 -0700
On 5/29/03 5:56 AM, "Gary Lists" <email@hidden> wrote:
>
Entourage Specific. Sorry. :-/
>
>
I am just wondering if there is a way to know the original parent folder of
>
an item in the Deleted Items folder in E2001 / OS9?
>
>
Is it possible to script a "Put Away" equivalent for items inadvertently
>
moved to the DI folder? (I dumped a bundle there because of a hiccup in my
>
didn't-last-a-year Logitech optical mouse.)
>
>
I am afraid that my ability to translate dictionary-to-code is still limited
>
enough to know what I'm seeing there (especially in well-stocked
>
dictionaries like E2001.)
>
>
I looked at several other folder/message related scripts from PB and AW, and
>
I am fairly convinced that I can't do this but...
I hope you don't have the version where
parent of deleted mail folder -- or any top level folder
crashes, just one where it errors.
Although you can't get 'parent', you _can_ get
name of parent of deleted mail folder
--> "Microsoft Entourage"
so you can test for top-level-ness that way. If you're distributing the
script, don't forget that the parent of a top-level IMAP folder is the IMAP
account, not Entourage, so you may have to test for that too. You can do
that by testing for the class of the parent after you've ruled out that
'name of parent' is not "Microsoft Entourage".
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.