--
Paul Berkowitz
From: Eric Hildum <[EMAIL PROTECTED]>
Reply-To: "Entourage:mac Talk" <[EMAIL PROTECTED]>
Date: Wed, 17 Jul 2002 12:53:40 -0700
To: Entourage Mac Talk <[EMAIL PROTECTED]>
Subject: Re: Palm conduit issues
Thanks Paul, you are amazing. I bet you had that before you finished reading my paragraph...
--
Eric Hildum
From: Paul Berkowitz <[EMAIL PROTECTED]>
Reply-To: "Entourage:mac Talk" <[EMAIL PROTECTED]>
Date: Wed, 17 Jul 2002 11:47:26 -0700
To: Entourage Mac Talk <[EMAIL PROTECTED]>
Subject: Re: Palm conduit issues
tell application "Microsoft Entourage"
activate
set theContacts to (every contact)
repeat with theContact in theContacts
open theContact
close window 1
end repeat
beep 2
display dialog "All done" buttons {"OK"} default button 1 with icon 1 giving up after 3600
end tell
