On 7/6/04 1:10 PM, "Tom Chirpich" <[EMAIL PROTECTED]> wrote:

> If I use
> 
>     set theFolderList to every folder
> 
> I get only the top level folders. Is there an easy way to get subfolders
> also? (In Emailer, there was something called "folder hierarchy.")
> 
> I can use
> 
>         set theSubFolderList to every folder of folder thefolderName
> 
> within a repeat loop, but is there a more direct way to get all folders?
> ("every folder whose ID > 0" also seems to get the top level folders only.)
> 
> Is there an Applescript command/option that is equivalent to "satisfying a
> test" listed for "folder" in the Entourage dictionary?

No. It's been a request for some time. You need a recursive handler that
adds every subfolder (of every subfolder of every subfolder...) to a
cumulative list. You have to remember also to get every folder of each IMAP,
Hotmail and Exchange account as well and use it there.

Please request this formally; either 'folder hierarchy' or else some use of
the term 'folder' that doesn't force 'top-level' meaning so can get all
folders to begin with, and enable 'whose clauses' as well.

-- 
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

PLEASE always state which version of Entourage you are using - **2004**, X
or 2001. It's often impossible to answer your questions otherwise.


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to