To go automatically to Mail Inbox, regardless of where you left off?
Make a new schedule (Tools/Schedules) to run the following script At
Startup, or add this as an action to an exiting startup schedule. You need
to sabe the script in Script Editor, to the Entourage Script Menu Items
folder in the Microsoft User Data folder in ~/Documents, and then when you
make your schedule set the action to Run AppleScript, click the Script
button and navigate to the file in that location.
Here's the script:
tell application "Microsoft Entourage"
set displayed feature of main window to in box folder
end tell
That's assuming you meant your local Inbox folder "On My Computer". If you
meant Exchange, it would be:
set displayed feature of main window to (get inbox folder of Exchange
account 1)
for IMAP:
set displayed feature of main window to (get IMAP inbox folder of IMAP
account "Account Name")
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <
http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.