Re: Entourage: Changing current folder viewed
Re: Entourage: Changing current folder viewed
- Subject: Re: Entourage: Changing current folder viewed
- From: Jason Bourque <email@hidden>
- Date: Wed, 21 Nov 2001 17:58:02 -0500
Thanks, My Office X copy should be in soon.
Jason Bourque
On 11/21/01 4:47 PM, "Allen Watson" <email@hidden> wrote:
>
OS 9 version:
>
>
tell application "Microsoft Entourage"
>
open the main window
>
set the displayed feature of main window to folder "Outbox"
>
end tell
>
>
OS X Version:
>
>
tell application "Microsoft Entourage"
>
open the main window
>
set the displayed area of main window to mail area
>
set the displayed feature of main window to folder "Outbox"
>
end tell