Francis Hookham said:
I hoped to receive an answer to my query of 20/11/05, copied below, by now
Hi Francis!
I'll assume you're using the latest version of Entourage 2004 on Mac OS
X. You can do this with a simple-to-create Applescript and the Schedules
feature of Entourage. Try this:
1. Copy and paste the following three lines into the Script Editor
application found in /Applications/AppleScript...
tell application "Microsoft Entourage"
open folder "PENDING"
end tell
2. Save this as a script to a location of your choosing. I suggest
saving the script somewhere in your home folder as "Entourage - Open
PENDING".
3. Launch Entourage, go to Tools --> Run Schedule --> Edit Schedules.
4. Create a new Schedule and name it something like "Open PENDING at
startup".
5. Set When to "At Startup".
6. Set Action to "Run Applescript". Click the Script button and select
the "Entourage - Open PENDING" script you just saved.
7. By default, the Enabled button at the bottom of the new schedule
should be selected, but you should verify this.
Quit Entourage and relaunch it to test.
Hope this helps! bill