B
BB
How can I access sub-folders from AppleScript?
Stepping through the folders of Entourage with something like
repeat with ix from 1 to count of folders
get name of folder ix
end repeat
will only handle the top-level folders, not the sub-folders.
The folder class does not seem to contain any reference to a folders
sub-folders, so maybe this isn't possible?
I'm using Entourage 2004
Thanks,
Bo
Stepping through the folders of Entourage with something like
repeat with ix from 1 to count of folders
get name of folder ix
end repeat
will only handle the top-level folders, not the sub-folders.
The folder class does not seem to contain any reference to a folders
sub-folders, so maybe this isn't possible?
I'm using Entourage 2004
Thanks,
Bo