On 3/10/05 10:21 AM, "Beth Rosengard" <[EMAIL PROTECTED]> wrote:

> Is there a way to Select All in an Entourage 2004 folder without first
> opening a message ... other than by turning off the Preview Pane?

Nope. I've requested it often. It's so convenient that you can "Mark All as
Read" or press its shortcut without clicking on a message, just a folder,
and annoying that you can't select all (or delete all, the main reason I
usually have for selecting all in the Junk folder).

It can be done by script, of course, and a shortcut to it:


tell application "Microsoft Entourage"
    activate
    try
        set selectedFolder to displayed feature of main window
        if {class of selectedFolder} is not in {folder, news group} then
error number -128
    on error
        beep
        return
    end try
    set selection to (get every message in selectedFolder)
end tell


-- 
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

PLEASE always state which version of Microsoft Office you are using -
**2004**, X  or 2001. It's often impossible to answer your questions
otherwise.

-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to