Re: Accessing Subfolders in OE
Re: Accessing Subfolders in OE
- Subject: Re: Accessing Subfolders in OE
- From: Robert Kalbaugh <email@hidden>
- Date: Thu, 09 Aug 2001 03:07:51 -0500
on 8/8/01 8:01 PM, Michelle Steiner at email@hidden wrote:
>
On 8/8/01 6:51 PM, Bob.Kalbaugh <email@hidden> wrote:
>
>
> Can anyone tell me if there is a way to access subfolders in OE other than
>
> hardwiring the path, ie:folder "This" of folder "That", or with error traps?
>
>
Well, Applescripting of OE was done by the same person who did it for
>
Emailer, so they might have the same structure.
>
>
tell application "Claris Emailer"
>
entire folder hierarchy
>
end tell
>
(snip)
>
--Michelle
Michelle,
Thank you for the reply. Itried it. Unfortunately, it doesn't work in OE.
--> Expected end of line but found class name (folder)
bob.kalbaugh