on 6/23/03 14:34, Diane Ross at [EMAIL PROTECTED] wrote:

> 1.  Identity:  Create a new identity:

Diane,

Thank you for the suggestion.  I created a new identity and it was working
great until I added a schedule to run an applescript which I had recently
added to my main identity.  Now the new one does the same thing.

The script follows but I can't see what the problem is.  Again, I'm using
10.2.5 and 10.1.1


tell application "Microsoft Entourage"
    connect to (every POP account)
    repeat while not (connection in progress)
        delay 1
    end repeat
    send
    delay 10
    tell application "Finder"
        if name of every process contains "MacSOUP" then
            tell application "MacSOUP"
                with timeout of 30 * 60 seconds
                    purge
                    connect with fetching news and sending
                   
                end timeout
            end tell
            
        end if
    end tell
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