Re: Entourage: Changing current folder viewed
Re: Entourage: Changing current folder viewed
- Subject: Re: Entourage: Changing current folder viewed
- From: Allen Watson <email@hidden>
- Date: Wed, 21 Nov 2001 13:47:01 -0800
On Tue, 20 Nov 2001 16:56:12 -0500 Jason Bourque <email@hidden>
wrote:
>
Date: Tue, 20 Nov 2001 16:56:12 -0500
>
Subject: Entourage: Changing current folder viewed
>
From: Jason Bourque <email@hidden>
>
>
Hello,
>
>
>
I just can't pin this down, what is the code to make say the outbox folder
>
visible instead of the inbox folder.
>
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