The script below, when ran in OS 9 in E-rage 2001, fails on the delete
{MyMessage} part, any idea how to make this more friendly to 2001?
property theCopy : ""
repeat while theCopy is ""
display dialog "SMS?:" buttons {"Cancel", "teh gay"} with icon note �
default button 2 default answer theCopy
set the theCopy to text returned of the result
end repeat
tell application "Microsoft Entourage"
set MyMessage to make new outgoing message with properties �
{recipient:"[EMAIL PROTECTED]", subject:"SMS",
content:theCopy}
send MyMessage
-- Have to wait until the message is sent before you can delete
repeat while connection in progress
delay 2
end repeat
delete {MyMessage}
end tell
--
-------------------------------------------------------------
Scott Haneda Tel: 415.898.2602
<http://www.newgeo.com> Novato, CA U.S.A.
--
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/>