On Fri, 04 Jan 2002 20:12:57 -0800, Tom Brearton <[EMAIL PROTECTED]>
wrote:

>
>You need to make sure that ALL the messages in your selection have a
>"server" status icon displayed; if even *one* message has already been
>deleted from its server, the pop up won't activate.
>

--------  End Quote  --------

I don't use E yet but a similar issue occurs in OE. I use an AS which
doesn't care whether some items have been deleted or not. I assume it will
work in E by simply changing the application name. If not the AS gurus can
easily suggest a fix.

tell application "Outlook Express"
    --activate
    try
        set currentMessages to the current messages
        repeat with theMsg in the currentMessages
            set connection action of theMsg to remove at next connection
        end repeat
        
    on error 
    --
    end try
    
end tell



-- 
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